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.
Go to the thirdweb dashboard and create a new project or use an existing one.
Navigate to the Tokens section and select Create Coin
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.
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.
Confirm your configuration and select the "Launch" button to deploy your ERC-20 token to the blockchain.
Coming soon