hyperlane-cosmos-dymension-rs

Crates.iohyperlane-cosmos-dymension-rs
lib.rshyperlane-cosmos-dymension-rs
version0.1.4-dymension-v3.2.1
created_at2025-06-17 14:53:36.01228+00
updated_at2025-06-17 14:53:36.01228+00
descriptionProtobuf definitions for Hyperlane Cosmos SDK and Dymension's x/kas module
homepage
repositoryhttps://github.com/dymensionxyz/hyperlane-cosmos-rs
max_upload_size
id1715846
size465,213
(keruch)

documentation

README

Hyperlane Cosmos Rust

This package provides proto and gRPC definitions to interact with the Hyperlane Cosmos Module and Dymension's x/kas module.

This repository builds upon cosmrs, using their workflow for Hyperlane-specific proto builds.

Features

  • Hyperlane Core: Message dispatch and processing capabilities
  • Hyperlane Warp: Token bridging functionality
  • x/kas: Dymension's Kaspa escrow module for cross-chain operations

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: 7

cargo fmt