This was a little hobby project I had inspired by my time messing around with the ETC Challenge while at Jane Street FTTP. I couldn't find any other p

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-06-10 15:00:03

This was a little hobby project I had inspired by my time messing around with the ETC Challenge while at Jane Street FTTP. I couldn't find any other platforms where I could upload code to test out trades and see them interact with each other, so I decided to make this.

I'm curious how cloud hosting this efficiently would work, since on the backend I would have a Python queue processing trades 24/7 (supposedly, I couldn't have an external system for orderbook management because of fulfillment delays).

You will also need to setup other environmental and an Upstash instance for Apache Kafka. Then, simply yarn dev in the project root directory to start.

Leave a Comment