Skip to content
/ mmb Public
forked from purefinance/mmb

Market making bot and strategy automation

License

Notifications You must be signed in to change notification settings

dev-124/mmb

 
 

Repository files navigation

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:

About

Market making bot and strategy automation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 72.0%
  • CSS 12.6%
  • HTML 8.0%
  • JavaScript 7.4%