Rust protobuf files generation for Injective messages.
brew install bufbuild/buf/buf
on macOS or even Linux. See https://buf.build/docs/installation/ for detailed installation
instructions../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
.
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.