scorelab / 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
24 stars 46 forks source link

Add support for ERC-1151 standard #50

Open aniket2405 opened 1 year ago

aniket2405 commented 1 year ago

This standard proposes a way to represent NFTs as a single smart contract rather than having a separate smart contract for each NFT. This reduces the overhead and helps to scale NFTs better.