cosmos-sdk-proto 0.1.2

Protobuf stuct defintions for interacting Cosmos SDK powered blockchains
Documentation

cosmos-sdk-proto

Crate Docs Build Status Apache 2.0 Licensed Rust 1.39+

Rust crate for interacting with Cosmos SDK Protobuf structs.

The goal of this crate is to provide complete proto struct definitions for interacting with a CosmosSDK blockchain. Currently this crate only provides a minority of the many total structs exported by proto files. Pull requests to expand coverage are welcome.

Documentation

Requirements

  • Rust 1.39+
  • Cosmos SDK (downloaded automatically)