After downloading project, cd into project and...
cargo build
cargo run
cargo build --release
./target/release/bellman_ford_pegasus
# or for windows...
./target/release/bellman_ford_pegasus.exe
Create a .env file in the project folder
touch .env
Add your Binance API Key and Secret. Ensure that these are marked for SPOT trading by restricting to your IP address and checking the relevant enable of spot trading checkbox.
BINANCE_API_KEY=ENTER YOUR KEY HERE
BINANCE_API_SECRET=ENTER YOUR SECRET HERE