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
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.
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.