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:

  1. Click on the ERC777 Token Card.

  2. 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).

  3. When all the fields are completed, click on the Review button.

  4. 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.

  5. When you consider that the information is Okay, click on the Deploy button!

  6. Your Metamask pop-up will be opened. Click on the Confirm button present on the pop-up to confirm the transaction.

  7. The pop-up will be closed, and you will see the message confirming that the contract was submitted to the blockchain!

  8. Click on the Go to my contracts button to monitor the status of your smart contract.

  9. 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 to Success!

  10. And now yes, congratulations ๐Ÿฅณ! You can manage your contract as you want!

Last updated