#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

#9 in #neutron

Download history 48/week @ 2023-12-31 43/week @ 2024-02-04 47/week @ 2024-02-11 13/week @ 2024-02-18 21/week @ 2024-02-25 1/week @ 2024-03-03 8/week @ 2024-03-10 1/week @ 2024-03-17 62/week @ 2024-03-31 2/week @ 2024-04-07 48/week @ 2024-04-14

112 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
~175K SLoC