Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 241 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 241 Bytes

BinanceTradingBot

Binance Trading Bot

Build from source (self-contained): dotnet publish -c Release -r win-x64 --self-contained true

Docker: docker run -d --name mybot -e Config__ApiKey=your-key-here -e Config__SecretKey=your-secret-here