This project is a bot for trading NFTs on the GetGems platform using TON (Telegram Open Network). It uses ton.js for interacting with the TON blockchain.
- Clone this repo
git clone https://github.com/huuduynvc/ton-getgems-trade-bot
- Go to project folder
cd ton-getgems-trade-bot
- Install dependencies
yarn
- Copy .env.template to .env and insert your data (see table below)
- Start mint by running
yarn start
Name | Description |
---|---|
MNEMONIC_1 |
24 mnemonic words of owner wallet |
MNEMONIC_2 |
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!