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
1 stars 4 forks source link

Adding On-chain batch-minting support for Ethereum #17

Open AnmolSirola opened 4 months ago

AnmolSirola commented 4 months ago

Using a Merkle tree to verify the token data's validity can reduce the transaction's gas cost and speed up the batch minting process.