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

  1. Visit Remix.

    In this document, we will proceed using the 0XPROJECT ERC20 template.

  2. Compile the smart contract.

  3. Select the network to deploy as Injected Provider - MetaMask and connect MetaMask to Remix.

  4. Before deployment, set variable values such as symbol, decimals, and deploy the contract.

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

Moving on to the Next Step

Last updated