- An API to query and broadcast transactions via gRPC
- Makes direct use of cosmos-rust (cosmos‑sdk‑proto, cosmrs) and osmosis-rust (osmosis-std)
- Developed for Cosmos Governance Notifications: https://t.me/cosmos_governance_briefings_bot
load blockchains defined in 'tmp/supported_blockchains.json' via the chain-registry repository and test connection
get channel to gRPC node for supported blockchain
key management
from cosm-rust-script
cosmos query interface, returns a proto type
osmosis query interface, returns a proto type
custom queries, extended to return custom types
custom types, easier to work with
adds serialize/deserialize
adds useful helper methods to work with the inner proto type
query/auth
query/gov
query/staking
(feel free to add a PR or open an Issue for queries you need that are not yet added here)