Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.76 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.76 KB

juno-rust

Rust libraries for Juno. The following table shows every published crates maintained in this repository:

Crate Description Crates.io Docs
juno-rust-proto Juno's proto-generated types and helpers for interacting with the appchain. Compatible with CosmWasm contract. juno-rust-proto on crates.io Docs

Building Proto files from source

The single proto-build crate in this repo clones and rebuilds proto files for all other crates, simply make the required edits in main.rs and run

cd proto-build && cargo run

Minimum Supported Rust Version

Rust 1.59