injective-protobuf

Crates.ioinjective-protobuf
lib.rsinjective-protobuf
version0.2.2
sourcesrc
created_at2023-08-21 10:42:31.49941
updated_at2023-12-28 15:09:33.118436
descriptionProtobug parsing for Injective Protocol
homepage
repositoryhttps://github.com/InjectiveLabs/cw-injective/tree/dev/packages/injective-protobuf
max_upload_size
id949882
size2,140,466
Markus Waas (gorgos)

documentation

README

injective-protobuf

Rust protobuf files generation for Injective messages.

Prerequisites

Usage

  • ./scripts/protoexport.sh

    Downloads / Updates Injective and Cosmos SDK protobuf files under ./proto and ./third_party/proto/, using buf.

  • cargo build

    Generates the Rust protobuf files under ./src/proto.

Maintenance

  • The specific version / tag of the Injective and Cosmos SDK proto files should be indicated in the protoexport.sh file.

This is something that must be checked as part of each major release, and the sdk-go and cosmos-sdk reference updated accordingly.

Commit count: 0

cargo fmt