Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okp4/okp4-cosmos-proto
OKP4 CØSMOS gRPC client libraries based on Protobuf definitions.
https://github.com/okp4/okp4-cosmos-proto
blockchain cosmos-sdk protobuf web3
Last synced: about 1 month ago
JSON representation
OKP4 CØSMOS gRPC client libraries based on Protobuf definitions.
- Host: GitHub
- URL: https://github.com/okp4/okp4-cosmos-proto
- Owner: okp4
- License: bsd-3-clause
- Created: 2022-03-29T08:15:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T16:17:52.000Z (8 months ago)
- Last Synced: 2024-10-01T15:47:15.980Z (2 months ago)
- Topics: blockchain, cosmos-sdk, protobuf, web3
- Language: Rust
- Homepage:
- Size: 380 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - okp4/okp4-cosmos-proto - OKP4 CØSMOS gRPC client libraries based on Protobuf definitions. (Rust)
README
# ØKP4 CØSMOS proto
> gRPC clients for ØKP4 and by extension, CØSMOS based blockchains.
[![version](https://img.shields.io/github/v/release/okp4/okp4-cosmos-proto?style=for-the-badge&logo=github)](https://github.com/okp4/okp4-cosmos-proto/releases)
[![build](https://img.shields.io/github/actions/workflow/status/okp4/okp4-cosmos-proto/build.yml?label=build&style=for-the-badge&logo=github)](https://github.com/okp4/okp4-cosmos-proto/actions/workflows/build.yml)
[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge&logo=conventionalcommits)](https://conventionalcommits.org)
[![contributor covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)## Purpose
Generate gRPC clients for multiple targets based on [CØSMOS](https://github.com/cosmos/cosmos-sdk) and [ØKP4](https://github.com/okp4/okp4d) Protobuf definitions.
## Targets
- [Typescript (grpc-web)](ts/README.md)
- [Python (cosmos-sdk-grpc-client)](python/cosmos_sdk_grpc_client/README.md), [Python (okp4-grpc-client)](python/okp4_grpc_client/README.md)
- [Rust (cosmos-sdk-grpc-client)](rust/cosmos-sdk-grpc-client/README.md), [Rust (okp4-grpc-client)](rust/okp4-grpc-client/README.md)