Deploy ERC1155 Contract

This tutorial explains how to deploy an ERC1155 token contract on the InfraEVM parachain.

Before you begin

Before you begin, make sure to do the following:

Deploying an ERC1155 Token Contract Using Remix

  1. Go to Remix.

    erc-1155remix-main
  2. Create a workspace. Choose the ERC1155 token contract template.

    erc1155-create-workspace
    erc1155-choose-template
  3. Verify the created workspace.

    erc1155-check-code
  4. Compile the generated code.

    erc1155-compile-code
  5. Choose the network for deployment as Injected Provider - MetaMask and connect MetaMask to Remix.

    erc1155-inject-provider
  6. Before deploying, set variable values like the owner and deploy the contract.

    erc1155-deploy
  7. If a confirmation window appears in MetaMask, double-check and proceed with contract deployment.

    erc1155-deploy-check

Last updated