neutron-proto

Crates.ioneutron-proto
lib.rsneutron-proto
version0.1.1
sourcesrc
created_at2023-06-20 18:57:50.041539
updated_at2023-06-20 21:53:54.699296
descriptionProtobuf type definitions in Rust for the Neutron blockchain
homepagehttps://neutron.org/
repositoryhttps://github.com/larry0x/neutron-proto
max_upload_size
id895429
size197,898
Larry (larry0x)

documentation

https://github.com/larry0x/neutron-proto#readme

README

neutron-proto

Protobuf type definitions in Rust for the Neutron blockchain.

Based on the proto-build script originally created by Justin Kilpatrick, Tony Arcieri, and others.

How to use

To use the this crate in a CosmWasm contract, make sure to turn off the gRPC-related features, which are not wasm-compatible:

[dependencies]
neutron-proto = { version = "0.1", default-features = false }

License

Contents in this crate are released under the Apache-2.0 license.

Commit count: 72

cargo fmt