chia-query
Query the Chia blockchain through decentralized peer connections with automatic fallback to the coinset.org HTTP API.
Features
- Peer-first architecture -- queries decentralized full nodes before falling back to coinset.org
- Peer pool -- maintains up to 5 concurrent peer connections with automatic ejection and replacement
- Full coinset.org API parity -- every endpoint from coinset.org is available as a typed Rust method
- CLVM block parsing -- extracts additions, removals, and coin spends directly from block generators
- Zero-config TLS -- auto-generates certificates for peer connections
Quick start
use ;
async
License
MIT