#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

#13 in #neutron

Download history 32/week @ 2024-07-27 75/week @ 2024-08-03 51/week @ 2024-08-10 32/week @ 2024-08-17 18/week @ 2024-08-24 5/week @ 2024-08-31 15/week @ 2024-09-21 16/week @ 2024-09-28 15/week @ 2024-10-05 3/week @ 2024-10-12 7/week @ 2024-10-19 27/week @ 2024-10-26 41/week @ 2024-11-02

79 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

~9–18MB
~284K SLoC