# Deploy ERC1155 Contract

### Before you begin

Before you begin, make sure to do the following:

* [**InfraEVM Parachain**](/infrablockchain-docs/infrablockchain/service-chains/infra-evm-parachain.md)
* [**Moving Assets with EVM**](/infrablockchain-docs/infrablockchain/tutorials/service-chains/infra-evm-parachain/deposit-and-withdraw-token.md)

### Deploying an ERC1155 Token Contract Using Remix

1. Go to [Remix](https://remix.ethereum.org).

   ![erc-1155remix-main](/files/2pNxPNdfJS7h294xUBSP)
2. Create a workspace. Choose the ERC1155 token contract template.

   ![erc1155-create-workspace](/files/tUB6fg4pgHXHNVSKQiVI) ![erc1155-choose-template](/files/9l26yu7emVh58MR6n4dR)
3. Verify the created workspace.

   ![erc1155-check-code](/files/h7vxQhV13UrHltt9hnPu)
4. Compile the generated code.

   ![erc1155-compile-code](/files/iIkJ99xSjhA14OhBWUyD)
5. Choose the network for deployment as `Injected Provider - MetaMask` and connect MetaMask to Remix.

   ![erc1155-inject-provider](/files/ccCVspOY6ZCgDY0auxbt)
6. Before deploying, set variable values like the owner and deploy the contract.

   ![erc1155-deploy](/files/P9ZGbkeh9uopeHpVJN0M)
7. If a confirmation window appears in MetaMask, double-check and proceed with contract deployment.

   ![erc1155-deploy-check](/files/S7YSDmC8HrE4ubJGL6dM)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.infrablockchain.net/infrablockchain-docs/infrablockchain/tutorials/service-chains/infra-evm-parachain/deploy-erc1155-contract.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
