huuduynvc / ton-getgems-trade-bot

Example of bot trade NFT on Getgems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TON NFT Trade Bot for GetGems

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.

Installation and local launch

  • 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

Environment variables

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

License

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

About

Example of bot trade NFT on Getgems

License:MIT License


Languages

Language:TypeScript 100.0%