Deploy NFTs and collections
The ERC721 is a smart contract standard which is specialised in single-copy Non Fungible Tokens (NFT) and out-of-the-box compatible with Opensea. In an ERC721, every NFT is unique which means you have to reference the content for each NFT. The ERC1155 is a smart contract standard which is specialised in multiple-copies Non Fungible Tokens (NFT) and out-of-the-box compatible with Opensea. The ERC1155 enables you to create “collections” containing several copies of the same NFT.
info
The ERC721 can still be used to upload several copies of the same content but is less optimised for this use case than the ERC1155.
Smart Contract | Description | Blockchain |
---|---|---|
ERC721 NFT Smart Contract | The smart contract template to deploy single-copy NFTs.This version allows you to dissociate the wallet funding gas fees. | |
ERC721 NFT with limited supply | The capped ERC721 NFT smart contract template for single-copy Non Fungible Tokens (NFT). | |
ERC1155 NFTs collection | The smart contract standard to manage multiple-copies NFTs. |