Skip to content

salman01zp/order-book-aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Book Aggregator

Aggregates order book data from multiple exchanges.

Prerequisites

Install and configure rustup:

# Install
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Configure
source ~/.cargo/env

Configure the Rust toolchain to default to the latest stable version:

rustup default stable
rustup update

Great! Now your Rust environment is ready!

Setup

git clone https://github.com/salman01zp/order-book-aggregator
cd order-book-aggregator

Configure Environment Variables

cp .env.example .env

Build

cargo build --release

Run

Run with default quantity 10:

./target/release/order-book-aggregator 

Run with custom quantity:

./target/release/order-book-aggregator  --qty 5

Testing

cargo test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages