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.

  2. Create a workspace. Choose the ERC1155 token contract template.

  3. Verify the created workspace.

  4. Compile the generated code.

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

  6. Before deploying, set variable values like the owner and deploy the contract.

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

Last updated