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

Added feature to help `batch mint` NFTs to improve computation #34

Open aniket2405 opened 1 year ago

aniket2405 commented 1 year ago

Added feature to help batch mint NFTs to improve computation and enable super-fast minting. Note: This is a draft-only PR. The code may throw an error because of specific dependencies. I will be updating it to handle the cases.

aniket2405 commented 1 year ago

Please review, @mbcse, and I'll add new features to this.