danielliwd / binance_rs_test

2 stars 0 forks source link

binance-rs

https://github.com/wisespace-io/binance-rs

run

cargo run -- -c config.yml -c .env.yml

or using proxy:

http_proxy=http://127.0.0.1:1080 https_proxy=http://127.0.0.1:1080 cargo run -- -c config.yml -c .env.yml