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

Adding Off-chain batch-minting support for Solana #12

Open AnmolSirola opened 5 months ago

AnmolSirola commented 5 months ago

Implementing batch-minting by handling data storage and processing off-chain to minimize on-chain computational costs and improve overall efficiency.