PPPs: Week 2 Stablesats x Kollider integration 🚀
Plans 📆
-
Implement the kollider-client crate. This crate does all the interaction with the Kollider-Exchange like deposit/ withdraw funds, open/close positions etc.
I have already implemented most of the Rest-API in my project Kollider API-Client so it should be pretty easy to accomplish.
-
Maybe have a working prototyp that can do some simple hedging
Progress ✅
-
Setup a Lightningnode on testnet
To better test and work with the Kollider-API I have setup a LN Testnode on voltage. Setting up the node was easy but getting some tBTC to open channels took some time.
-
Implemented the Kollider-price crate
This crate receives the price updates from the Kollider-API and publishes updates on the Redis pubsub. I have created a PR for this feature and received some feedback that I will implement.
Problems ✋
- No problems encountered at the moment
Links 🔗
-
New Branch for implementing the kollider-client crate https://github.com/ngutech21/stablesats-rs/tree/feat-kollider-client-integration
-
Kollider API-Client in Rust https://github.com/ngutech21/kollider-api-client-rs
-
Pullrequest for kollider-price feature https://github.com/GaloyMoney/stablesats-rs/pull/173