New version of ton_nft_dapp that can be used as a Scalable NFT Airdrop System with White & Black lists implemented. We consider it a strong foundation for the further development of NFT technology. It provides for deploying NFT Collection through The NFT Factory smart-contract with additional functionality of data-storage and processing with-in dictionaries. We are convinced that this technology is quite universal and is suitable for further development of the idea of decentralized tokenized applications. It reveals new possibilities for blockchain parsing from frontend and data processing on the side of NFT Collection and NFT Factory. This is a real next step in crypto and can be scaled to multiple decentralized apps, such as on-chain order books, factoring, lines of credit, events managing systems, mysterious databases, freelance-exchanges and moreover! We are glad to open this code for community, pull/partnership/investment/relations requests are welcome.
git clone https://github.com/gradoally/ton-nft-dapp.git
npm i
Deploy through script:
npx blueprint run
Deploy through Scaffold:
cd dapp && yarn && yarn dev