Go to file
Maximilian Schneider b8b20e4186 upgrade mango client 2023-12-31 12:09:05 +01:00
.github/workflows Force remote builds 2023-03-20 21:32:21 +00:00
env increase memory for sol 2023-12-27 20:02:34 +01:00
scripts management scripts 2023-12-28 22:40:47 +01:00
src load correct mango account 2023-12-29 13:35:09 +01:00
.dockerignore Remove globs from dockerignore 2023-01-06 10:58:12 +00:00
.gitignore start with fetching whirpool routes 2022-12-16 16:31:04 +02:00
Dockerfile Update dockerfile node version 2023-01-11 12:17:01 +00:00
LICENSE add license 2023-03-25 16:07:45 +04:00
README.md add README 2023-12-28 22:49:51 +01:00
fly.toml Add fly deployment config 2023-01-05 19:30:30 +00:00
package.json upgrade mango client 2023-12-31 12:09:05 +01:00
tsconfig.json add raven adapter 2023-11-06 12:39:33 +01:00
yarn.lock upgrade mango client 2023-12-31 12:09:05 +01:00

README.md

Installation

All bots can be installed as systemd services using a single command from git root:

sudo ./scripts/install.sh

To customize the environment of all bots, place a bash script at ./env.sh Each bot has it's own env file at env/$asset.sh.

For convenience a small wrapper around systemctl is available that allows to quickly start & stop all services

./scripts/ctl.sh [start|stop]

The output of each bot can be inspected using journalctl:

journalctl -f -u raven-taker-sol.service