hyperlane-cosmos-rs

Crates.iohyperlane-cosmos-rs
lib.rshyperlane-cosmos-rs
version0.1.4
created_at2025-03-12 15:00:17.471067+00
updated_at2025-04-15 11:33:52.783854+00
descriptionProtobuf stuct defintions for interacting with the Hyperlane Cosmos SDK
homepage
repositoryhttps://github.com/bcp-innovations/hyperlane-cosmos-rs
max_upload_size
id1589873
size371,570
Jamin (yjamin)

documentation

README

Hyperlane Cosmos Rust

This package provides proto and gRPC definitions to interact with the Hyperlane Cosmos Module. This repository builds upon of cosmrs, using their workflow for Hyperlane-specific proto builds.

Building Proto files from source

There is a docker container that automatically builds all the files from source. To re-export the generated files adjust lib.rs. To start the docker container simply run:

cd gen
docker compose up
Commit count: 6

cargo fmt