chiliec / MintyTON

Example of minting NFT in TON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MintyTON

Example of minting NFT Collection on TON using ton.js

Installation and local launch

  • 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

Environment variables

Name Description
PINATA_API_KEY, PINATA_API_SECRET API keys from pinata.cloud
MNEMONICS 24 mnemonic words of owner wallet
TONCENTER_API_KEY API key from @tonapibot / @tontestnetapibot

License

MIT — use for any purpose. Would be great if you could leave a note about the original developers. Thanks!

About

Example of minting NFT in TON

License:MIT License


Languages

Language:TypeScript 100.0%