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
Go to Remix.
erc-1155remix-main Create a workspace. Choose the ERC1155 token contract template.
erc1155-create-workspace erc1155-choose-template Verify the created workspace.
erc1155-check-code Compile the generated code.
erc1155-compile-code Choose the network for deployment as
Injected Provider - MetaMask
and connect MetaMask to Remix.erc1155-inject-provider Before deploying, set variable values like the owner and deploy the contract.
erc1155-deploy If a confirmation window appears in MetaMask, double-check and proceed with contract deployment.
erc1155-deploy-check
Last updated