EdgenOS-BOT is a multi-account WebSocket monitor for LayerEdge. It connects to the LayerEdge WebSocket API using tokens provided in a data file and displays account information.
- Clone the repository:
git clone https://github.com/WINGFO-HQ/EdgenOS-BOT.git
- Navigate to the project directory:
cd EdgenOS-BOT - Install dependencies using npm:
npm install
- Add your LayerEdge account tokens to the
data.txtfile, with each token on a new line. - Start the bot using one of the following commands:
- To run the bot:
npm start
- To run the bot:
The bot can be configured via the config.js file. This file contains settings such as the data file path, heartbeat interval, WebSocket URL, and table display configuration.