Skip to content

coderaidershaun/49-bellman-ford-binance-arb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build From Source

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 .env

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

About

HFT Triangular arbitrage analysis package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages