mmb
mmb copied to clipboard
Trading bot implemented in Rust, with market making and strategy automation for any exchange or blockchain.
Welcome to mmb
Mmb is an open-source crypto trading engine implemented in Rust
Connectors
GREEN - Connector is working properly and safe to use
YELLOW - Connector is either new or has one or more issues
RED - Connector is broken and unusable
logo | id | name | ver | doc | status |
---|---|---|---|---|---|
![]() |
binance | Binance | 3 | API | |
![]() |
serum | Serum | 1 | API |
Quick Start
- Go to
example/src
directory - Configure your strategy in
config.toml
- Provide api keys and secrets in
credentials.toml
[Binance_0]
api_key = "..."
secret_key = "..."
- Execute
cargo build
- Execute
cargo run
Contributions
We welcome contributions from the community:
- Code and documentation contributions via pull requests
- Bug reports and feature requests through Github issues