Bot Files

The bot works with 2 files:

  • Settings.json : Which holds general wallet data (Like: wallet address, private key ...) and data that doesn't need frequent changes (Like: node, gas price ...). So you can set it up one time and forget about it!

The bot will only read the content of the file one time, the bot will not read the changes that you made to the file while he's running! You need to restart it for the changes to be applied.

Why? because it takes time to do it! (We want it to be fast 😎)

  • Token.json : This file hold the token address you want to trade with plus the type of trade (Snipe or Limit) and more ...

  • It's Okay to make changes to this file when the bot is running!

  • You can find how to set it up in both modes (Snipe, Limit) in their "Setup Guide".

Tip: Json is a file format that uses human-readable text to store data objects consisting of attribute–>value pairs.

Example:

"TOKEN_NAME": "ALICE"

Last updated