3 unstable releases

0.2.1 Nov 26, 2024
0.2.0 Nov 26, 2024
0.1.0 Oct 16, 2023

#1 in #archway

Download history 2/week @ 2024-09-22 3/week @ 2024-11-03 239/week @ 2024-11-24 15/week @ 2024-12-01

254 downloads per month

Apache-2.0

2.5MB
30K SLoC

Archway Proto

Crate Docs Apache 2.0 Licensed MSRV

Rust build of Archway's ProtoBuf definitions.

This package can be used both in CosmWasm smart contracts and gRPC clients. It is based on the cosmos-sdk-proto v0.18.0 crate to provide the Cosmos SDK messages through the cosmos-sdk-proto crate and follows the same feature definitions, with the tonic gRPC clients enabled by default.

Usage

In CosmWasm smart contracts

archway-proto = { version = "0.2.1", default-features = false, features = ["cosmwasm"] }

For the gRPC client functionality (won't work in CosmWasm)

archway-proto = "0.2.1"

License

This project is licensed under the Apache-2.0 License - see the NOTICE and LICENSE files for details.

Dependencies

~13–21MB
~339K SLoC