tron-rs

Crates.iotron-rs
lib.rstron-rs
version0.1.0
created_at2026-01-20 10:03:37.398462+00
updated_at2026-01-20 10:03:37.398462+00
descriptionProtobuf struct defintions for interacting with the Tron chain
homepage
repositoryhttps://github.com/hyperlane-xyz/tron-rs
max_upload_size
id2056262
size1,021,472
Jamin (yjamin)

documentation

README

Tron Rust

This package provides proto and gRPC definitions to interact with the Tron chain. This repository builds upon of cosmrs, using their workflow for 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 --build
Commit count: 1

cargo fmt