Skip to main content

Installation

Before proceeding with the installation, make sure that meet the requirements.

The installation steps below work for all available bots. For the contract bot you will have to deploy the contract yourself using tools like remix.

Windows

  1. Unzip the folder of the bot and place it on your desktop. Give the folder a simple name, e.g. bot.

  2. Open a new Command Prompt using your windows search.

Cmd image

  1. Move to the Desktop directory by entering cd Desktop in the terminal and pressing enter.

  2. Now that you're on your desktop, proceed by using the same cd command as above, except change Desktop to the name that you've used in step one.

  3. Write npm install in your terminal and press enter. This will install all needed dependencies.

NPM install image

Your command prompt window should look something like this.

  1. That's it! Configure your bot and run it using node index.js.

Mac / Linux

  1. Unzip the folder of Eryx and place it on your desktop. Give the folder a simple name, e.g. bot.

  2. Open a new Terminal using your finder.

Terminal image

  1. Move to the Desktop directory by entering cd Desktop in the terminal and pressing enter.

  2. Now that you're on your desktop, proceed by using the same cd command as above, except change Desktop to the name that you've used in step one.

  3. Write npm install in your terminal and press enter. This will install all needed dependencies.

NPM install image

Your terminal window should look something like this.

  1. That's it! Configure your bot and run it using node index.js.