This is an example of a default NFT minter provided by TON Foundation minter example. It uses TonCenter API by default.
!!! STUDY-PURPOSE ONLY !!!
Feel free to use it as a starting point to mint your first NFT collection and understand how the TON blockchain works with NFTs. Console has many useful information inside.
To mint big collection in mainnet better to use TON diamonds NFT deployer. It's perfect for collections with 10-10000 items.
- By default, minter uses
TON testnet
. Change the network in aconstants.config.js
. - Minter uses
TonCenter
API that needs a key. Please, add your own API key. Use bots fromconstants.config.js
to create API key quickly.
Made by 💎 TON Builders team for TON community.
Maintainer: @SwiftAdviser