#protobuf #neutron #definition #blockchain #cosmwasm

neutron-proto

Protobuf type definitions in Rust for the Neutron blockchain

2 releases

0.1.1 Jun 20, 2023
0.1.0 Jun 20, 2023

#10 in #neutron

35 downloads per month

Apache-2.0

200KB
4K SLoC

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.

Dependencies

~5–9MB
~178K SLoC