Substreams for Cosmos
This library contains the generated Rust protobuf bindings for Cosmos Block as well as helper methods to extract and parse block data.
📖 Documentation
https://docs.rs/substreams-cosmos
Further resources
Install
cargo add substreams-cosmos
Usage
Refer to Docs.rs for helper methods on Block that extract action and transaction iterators from the Cosmos block.
Cargo.toml
[]
= "0.5"
= "0.1"
src/lib.rs
use Error;
use ;
Release
- Run
Makeif there were changes in protobufs - Bump up version in workspace
Cargo.toml - Commit changes
- Tag a release: https://github.com/pinax-network/substreams-cosmos/releases
- Publish packages in this order:
core,substreams-cosmos.