mmb icon indicating copy to clipboard operation
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 GREEN - Connector is working properly and safe to use

YELLOW YELLOW - Connector is either new or has one or more issues

RED RED - Connector is broken and unusable

logo id name ver doc status
Binance binance Binance 3 API GREEN
Binance serum Serum 1 API YELLOW

Quick Start

  1. Go to example/src directory
  2. Configure your strategy in config.toml
  3. Provide api keys and secrets in credentials.toml
[Binance_0]
api_key = "..."
secret_key = "..."
  1. Execute cargo build
  2. Execute cargo run

Contributions

We welcome contributions from the community: