exchange-orderbook is an implementation of a full-stack, Auction-market, spot-exchange; like Coinbase, Kraken, or Binance supporting Bitcoin (BTC), Ether (ETH), Solana (SOL), and USDC.
The frontend was built using NextJS, TailwindCSS, shadcn/ui, and Clerk. The database is Postgres, for the matching engine, settlement layer, and blockchain integration Rust was used. Check out the screenshots!
How do I run this? - Docker! docker compose up (See the docker-compose.yml file for more details.)
Why make this? - Fun!
Do I have permission to run this? - Absolutely! The code here is all MIT licensed. Do whatever the hell you want with it.
Where can I read about the design or architecture? - There is an ARCHITECTURE.md file in the root directory.
Use GitHub discussions for questions, otherwise e-mail [email protected]

