Setting up
How do we start?
For now, Solcrates Bot is a closed-source project. You need to download it from the RELEASE section of the repository as a executable file, listed in the right-middle section of the repository page. As the program is .exe file, you don't need to download NodeJS and modules to use it.
For Windows
Download .exe from releases of solcratesbot repository and launch it
OR
Use curl to download the release cd into your custom folder or make the new folder
For Linux
For linux, first you need to install wget
Create a folder for program, then with wget you now need to download the latest linux release of the bot
To run a program after installation
After setting all variables in .env file, launch program again.
Note: You can edit .env file with various text editors like Notepad++ on Windows and nano or vi on Linux
Last updated