Deploy ERC1155 Contract
This tutorial explains how to deploy an ERC1155 token contract on the InfraEVM parachain.
Last updated
This tutorial explains how to deploy an ERC1155 token contract on the InfraEVM parachain.
Last updated
Before you begin, make sure to do the following:
Go to Remix.
Create a workspace. Choose the ERC1155 token contract template.
Verify the created workspace.
Compile the generated code.
Choose the network for deployment as Injected Provider - MetaMask
and connect MetaMask to Remix.
Before deploying, set variable values like the owner and deploy the contract.
If a confirmation window appears in MetaMask, double-check and proceed with contract deployment.