Inspiration
** Inspired from financial firm FX trading platform to make it for cryptocoins for the main public adoption.**
What it does
It is a complete hub spoke platform for real-time market monitoring and trading  Many (~10k-100k) clients shall be reading the data every second  **One main thread in charge of keeping updated the ticker prices  Many clients (10-100k) could push orders at the same time
How I built it
Challenges I ran into
Make sure that
- the persistent storage (Aurora DB ) is scalable easily
- high availaible
- with low latency writing and reading.
- write once read many times.

Log in or sign up for Devpost to join the conversation.