- Imanol Hernando
- April 20, 2023
How to use the Vottun NFT API to deploy an ERC1155 contract
The ERC1155 standard is a powerful way to create NFTs that is more efficient and flexible than traditional ERC721 tokens. With ERC1155, you can create multiple types of NFTs within a single contract, reducing gas costs and making it easier to manage your tokens.
In this tutorial, we’ll show you how to use the Vottun NFT API to deploy an ERC1155 contract, mint new tokens, and transfer them to different addresses. We’ll provide step-by-step instructions and sample code to make it easy for you to get started.
By the end of this tutorial, you’ll have a solid understanding of how to use the Vottun NFT API and the ERC1155 standard to create and manage your own NFTs.
Here are the steps we are going to follow to deploying a ERC1155 token:
1- Get your credentials to be able to use the APIs.
2- Be clear about the number of tokens and the quantity of each of them that you are going to deploy.
3- Upload your digital assets to IPFS using our APIs.
4- Add the url of the folder of your assets and the token id-s you are going to mint in the deployment of the contract.