Is there the ERC1155 standard? The NFT with quantity.
from Howard
I'm curious if there is an ERC1155 standard for non-fungible tokens (NFTs) with a quantity.
In the past, I've checked and implemented NFTs using the ERC721 standard, which is designed for single, unique tokens. However, I've heard that the ERC1155 standard can be used for tokens with a quantity.
Implementing ERC1155 tokens would require a different approach than ERC721 tokens, since they allow for multiple instances of the same token.
With ERC1155, each token type has a unique ID, and a quantity is associated with each ID. This means that instead of creating individual tokens, you create a supply of a specific token type that can be bought, sold, or traded.
I'm interested in exploring the possibilities of implementing ERC1155 tokens for NFTs with a quantity, and would like to research and learn more about the standard and how it can be used.
https://github.com/ton-blockchain/TEPs/blob/master/text/0062-nft-standard.md
š Answer on TON Overflow
Mar 14, 2023, 3:46 PM