Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 481 Bytes

File metadata and controls

11 lines (7 loc) · 481 Bytes

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