Example of minting NFT Collection on TON using ton.js
- Clone this repo
git clone https://github.com/coalus/MintyTON - Go to project folder
cd MintyTON - Install dependencies
yarn - Copy .env.template to .env and insert your data (see table below)
- Start mint by running
yarn start
| Name | Description |
|---|---|
PINATA_API_KEY, PINATA_API_SECRET |
API keys from pinata.cloud |
MNEMONIC |
24 mnemonic words of owner wallet |
TONCENTER_API_KEY |
API key from @tonapibot / @tontestnetapibot |
MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!