Tokens

Deploy an ERC-20 token

Learn how to deploy an ERC-20 token using thirdweb's dashboard or programmatically through the SDK. This guide will walk you through the steps to create, configure, and deploy your own ERC-20 token.

Deploying through the dashboard

  • Create a project

    Go to the thirdweb dashboard and create a new project or use an existing one.

  • Select Tokens

    Navigate to the Tokens section and select Create Coin

    Token deployment screen on thirdweb dashboard
  • Configure Token

    Determine a token name, symbol,and chain. You may also optionally set up an image or logo, social links, and a description for your token.

    Configure token screen on thirdweb dashboard
  • Configure Distribution

    Determine the total supply of your token and how it will be distributed. Unless specified through the airdrop or sale options, the total supply will be minted on the deployer's wallet.

    Distribute token screen on thirdweb dashboard
  • Deploy Token

    Confirm your configuration and select the "Launch" button to deploy your ERC-20 token to the blockchain.

Deploying programmatically

Coming soon