The objective of this project is to build a crypto exchange Trading Platform using Rust. It is currently in a very early form with only a straight forward matching engine.
# Clone the repository
git clone
# Change directory
cd crypto-trading-platform
# Build the project
cargo build
# Run the project
cargo run
# Run the tests
cargo test
See TRADING_SYSTEM.md for more details.