Create ERC777 Token
Step-by-step guide on how to create an ERC20 token and deploy it to the Ethereum network
Steps to Create an ERC777 Token:
Click on the
ERC777 Token Card
.You will be redirected to the
ERC777 Token form
, which has the following fields to be completed:NAME
- This will be the name of your token. You can play with your imagination!SYMBOL
- The token symbol is usually a shorter version of the token name.PREMINT
- The number of tokens that you want to create. (Don't worry if you don't know the number of tokens you want to create yet, you can leave this field at 0 and mint tokens in the future!)NETWORK
- Choose the Network in which you want to deploy the token. Consider that the Networks allowed to deploy an Ethereum Token are Ethereum and Goerli (testnet).
When all the fields are completed, click on the
Review button.
You will be redirected to the
Review page
, where you can review the information that youโve entered on the previous page before deploying the smart contract.When you consider that the information is Okay, click on the
Deploy
button!Your
Metamask pop-up
will be opened. Click on theConfirm
button present on the pop-up to confirm the transaction.The pop-up will be closed, and you will see the message confirming that the contract was submitted to the blockchain!
Click on the
Go to my contracts
button to monitor the status of your smart contract.If the status is
Waiting
, donโt worry! Your transaction is taking place on the blockchain and when it is done, if it was executed successfully, that status will change toSuccess
!And now yes, congratulations ๐ฅณ! You can manage your contract as you want!
Last updated