Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1016 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 1016 Bytes

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