> For the complete documentation index, see [llms.txt](https://docs.infrablockchain.net/infrablockchain-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infrablockchain.net/infrablockchain-docs/infrablockchain/tutorials/service-chains/infra-evm-parachain/deploy-erc1155-contract.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
