Raiden Network
  • What is Raiden?
  • Installation
    • Quick Start
      • Get MetaMask
      • Get an Infura ID
      • Download and run the Raiden Wizard
      • Handle Limitations
    • Starting Raiden Manually
  • Using Raiden on Mainnet
    • Overview
    • Get Whitelisted Tokens
    • Deposit Tokens to the UDC
    • Open a Channel
    • Make a Payment
    • Deposit Tokens
    • View Channel Status
    • Mediation Fees
  • The Raiden Web Interface
    • Overview
    • Navigate the WebUI
    • Join a Token Network
    • Make a Payment
    • Add More Tokens
    • Settle Payments and Close Channels
  • Using Raiden on testnet
    • Quick Start on Görli Testnet
    • Use Custom Token
      • Get Goerli Testnet ETH (GÖETH)
      • Import Custom Token
      • Compile Imported Token Code
      • Deploy Custom Token
  • Raiden API
    • Introduction
    • Resources
      • Address
      • Version
      • Settings
      • Contracts Information
      • Tokens
      • Channels
      • Payments
      • Connections
      • Pending Transfers
      • Shutdown
      • Testing
    • API Tutorial
      • Create a Token Network
      • Open a Channel
      • Deposit Tokens
      • Make a Payment
      • Withdraw Tokens
      • Settle Payments and Close Channels
  • Other
    • Safe Usage
    • Known Issues
    • Glossary
    • v1.0 Documentation
    • Trademark Attributions
Powered by GitBook
On this page

Was this helpful?

  1. Using Raiden on testnet
  2. Use Custom Token

Deploy Custom Token

In this step, we will be setting all parameters and finally deploy the custom token to the Goerli testnet.

PreviousCompile Imported Token CodeNextIntroduction

Last updated 5 years ago

Was this helpful?

Navigate to "DEPLOY & RUN TRANSACTIONS" in the left hand side menu.

  1. Select "Injected Web3" from the "Environment" dropdown. This will open up MetaMask.

  2. Connect with MetaMask when prompted.

  3. Click on the arrow next to the orange "Deploy" button to expand the configure parameters.

  4. Use the following parameter values:

    • initial_supply = 10000

    • decimal_units = 0

    • token_name = MyToken

    • token_symbol = TKN

  5. Click the orange "transact" button.

  6. Confirm the transaction from MetaMask when prompted.

In the Remix Ethereum IDE terminal you should now see an output similar to the picture below. Congratulations, you have now successfully deployed a token to ethereum!

You can click the link in the terminal output that starts with "https://goerli.etherscan.io..." to open a new tab with all the details of the transaction you just sent.

All you need to do to start using your token is to download and install Raiden and register your token in Raiden.