Files
khadhroony-bobot/khbb_lib/TODO.md
2026-04-17 18:55:25 +02:00

22 lines
537 B
Markdown

<!-- file: khbb_lib/TODO.md -->
# khbb_lib TODO
## Foundation
- [x] create public library entrypoint
- [x] create explicit error type
- [x] create config loader
- [x] create tracing bootstrap
- [x] create listener app runner
## Next
- [ ] add storage layer
- [ ] add SQLite schema bootstrap
- [ ] add HTTP RPC client layer based on `reqwest`
- [ ] add WebSocket RPC client layer based on `tokio-tungstenite`
- [ ] add Yellowstone gRPC client layer
- [ ] add event normalization types
- [ ] add listener orchestration
- [ ] add tests