#protobuf #neutron #definition #blockchain

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

#13 in #neutron

Download history 1/week @ 2024-11-15 1/week @ 2024-11-22 7/week @ 2024-12-06 9/week @ 2024-12-13 5/week @ 2024-12-20 3/week @ 2024-12-27 65/week @ 2025-01-03 35/week @ 2025-01-10 9/week @ 2025-01-17 6/week @ 2025-01-24 5/week @ 2025-01-31 6/week @ 2025-02-07 7/week @ 2025-02-21 42/week @ 2025-02-28

57 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

~10–18MB
~290K SLoC