Deploy ERC20 Contract
This tutorial explains how to deploy an ERC20 token contract on the InfraEVM parachain.
Last updated
This tutorial explains how to deploy an ERC20 token contract on the InfraEVM parachain.
Last updated
Before you begin, make sure to do the following:
Visit Remix.
In this document, we will proceed using the 0XPROJECT ERC20
template.
Compile the smart contract.
Select the network to deploy as Injected Provider - MetaMask
and connect MetaMask to Remix.
Before deployment, set variable values such as symbol, decimals, and deploy the contract.
Verify that the ERC20 token is recognized correctly using the contract address in MetaMask.