For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

    remix-main

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

  2. Compile the smart contract.

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

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

    deploy-contract
  5. 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