c2siorg / NFT-Toolbox

A non-fungible token (NFT) is a non-interchangeable unit of data stored on a blockchain, a form of digital ledger, that can be sold and traded. Each NFT has its own unique identity. Design NFT’s along with building a web3 dapp, that can mint NFTs.
Apache License 2.0
2 stars 6 forks source link

Added support for ERC-1151 standard for Ethereum #24

Open AnmolSirola opened 4 months ago

AnmolSirola commented 4 months ago

Description

This standard proposes a way to represent NFTs as a single smart contract rather than having a separate smart contract for each NFT.

This change solves #18