Skip to content

Install

fr1t2 edited this page Mar 28, 2024 · 1 revision

Install The Bot

To install the bot on a linux system we need some basic things.

Pre-req's

  • zond node installed and synced
  • git, screen...

Install

  • Clone the repository
  • Install the dependencies with npm install
  • Copy the config.json.example file to config.json and fill in the required fields
  • Install and sync a local Zond node
  • Run the bot with npm start

Clone this wiki locally