Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 479 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 479 Bytes

Interex - Futures Exchange

This is a project to design a fake futures exchange with a web interface

Base Features

  • Market and Limit orders
  • FIFO matching engine
  • Single order book

Technology

  • Python domain model
  • FastAPI
  • Sveltekit Frontend

Improvements

  • [] User order tracking
  • [] User P&L
  • [] Competitive agents
  • [] Improved UI

Run on your machine

You must have docker installed

docker compose up --build