Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.22 KB

🖼 TON Minter

This is an example of a default NFT minter provided by TON Foundation minter example. It uses TonCenter API by default.

TESTNET DEMO IS HERE 🚀

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

Important for local development

  • By default, minter uses TON testnet. Change the network in a constants.config.js.
  • Minter uses TonCenter API that needs a key. Please, add your own API key. Use bots from constants.config.js to create API key quickly.

Authors

Made by 💎 TON Builders team for TON community.

Maintainer: @SwiftAdviser