Deploy ERC20 Contract
This tutorial explains how to deploy an ERC20 token contract on the InfraEVM parachain.
Before you begin
Before you begin, make sure to do the following:
Deploying an ERC20 Token Contract Using Remix
Compile the smart contract.

remix-compile Select the network to deploy as
Injected Provider - MetaMaskand connect MetaMask to Remix.
remix-inject-provider Before deployment, set variable values such as symbol, decimals, and deploy the contract.

deploy-contract Verify that the ERC20 token is recognized correctly using the contract address in MetaMask.

remix-inject-provider
Moving on to the Next Step
Last updated
