PPPs: Week 1 Stablesats x Kollider integration 🚀
Plans 📆
-
setup local galoy/stablesats-rs dev-environment
-
implement the kollider-price package and fetch prices from the kollider-api
Progress ✅
- I am new to rust therefore my main focus in this week was learning rust and figure out was has to be done to connect stablesats-rs with kollider. After I read the rust documentation and did some udemy courses I built a clone of kollider-api-client in rust: https://github.com/ngutech21/kollider-api-client-rs. That was a good exercise to learn rust and see how the kollider-api works at the same time. I can use this codebase as a startingpoint when implementing the kollider integration in stablesats-rs.
Problems ✋
- No problem encountered at the moment