🖥

How to setup the bot

Instructions to setup the bot
Download the bot and configuration files (configfile.py and dex.json)
FOR WINDOWS ONLY
Make sure that the name of the configfile file is configfile.py
If you can't see the file extensions like this:
FILES MUST NOT APPEAR LIKE THIS
follow these link:
After this, files will be like this:
FILES MUST APPEAR LIKE THIS
Make sure filenames don't have spaces or other characters like that.
Open the configfile with a text editor (I suggest visual studio code or a normal text editor is okay too) and go to the bottom of the file
Bottom of the copnfigfile
This is an array of wallets.
The first one must be the one that hold our token AVID2.0 ("Public", "private")
Replace PUBLIC with your public key and PRIVATE with your private key.
Extract the private key from metamask
Example
  1. 1.
    Click on the identicon in the top right.
  2. 2.
    Select the account you'd like to export.
  3. 3.
    On the account page, click on the menu (three dots) in the upper right corner, and then on the "Account Details" button.
  4. 4.
    Click “Export Private Key”.
  5. 5.
    To access your private key, you'll now need to enter your wallet password. Once you've done so, click “Confirm” to proceed.
  6. 6.
    Your private key will now be revealed. Click to copy it, and save it somewhere safe. (Note: we aren't showing it in the below screenshot for obvious reasons -- but yours will be there.)
  7. 7.
    Click “Done” to close the screen.
3 wallets
If you want to add one wallet only, just delete others lines
Remember that the first wallet must be the holder of the AVID2.0 Token
one wallet only
Save the file and close it.
Dex file is provided with 20 different dexes so is ready to use.
To check how to add a DEX click HERE
To check how to add a TOKEN click HERE