Skip to main content

Cosmos Protobuf

This repository compains the whole cosmos protobuf files compiled for python and ready to use with grpc. Please use the according .proto file as documentation for each python file.

Installation

You can install this package directly from the repository by using:

python -m pip install cosmospy-protobuf

Usage

The following code snippet will query the balances for the address osmo15hzhcvgs2ljfng6unghvr5l32prwqdyq4aguxn. The according query.proto file in the bank subdirectory contains the Request and the Response for this request. The details for the response are defined in QueryAllBalancesResponse. It contains the balances and pagination attribute which can be accessed as shown in the example below.

import grpc
import cosmospy_protobuf.cosmos.bank.v1beta1.query_pb2_grpc as query_pb2_grpc
import cosmospy_protobuf.cosmos.bank.v1beta1.query_pb2 as query_pb2

host = "osmosis.strange.love"
port = "9090"

c = grpc.insecure_channel(f'{host}:{port}')
stub = query_pb2_grpc.QueryStub(c)

r = stub.AllBalances(query_pb2.QueryAllBalancesRequest(address="osmo15hzhcvgs2ljfng6unghvr5l32prwqdyq4aguxn"))
print(r.balances)

Build yourself

There are two scripts helping you to fork this repository to work with any cosmos based coin.

  1. Create a config in configs and take a existing one as example
  2. Run the aggregate.py file with your filename without .json (Example python aggregate.py cosmos)
  3. Run the compile.py to compile all your files to protobuf
  4. Build your package. You're done!

Protobuf compilation

The files are compiled using the grpc_tools.protoc command from the grpcio-tools library. To compile a .proto file manually use following command:

python -m grpc_tools.protoc -I <absolute path to project root> --python_out=. --grpc_python_out=. <absolute path to .proto file>

After compiling all the files with protoc you need to fix the imports by using protoletariat

Note:

  • The --grpc_python_out=. is only needed when compiling a query.proto file as these define the actual grpc query
  • To compile the whole project it is favorable to match all proto files by using *.proto instead of each individual file. You can also match the whole folders to compile multiple folders at the same time. Not that the folders might contain sub-folders.

Other Cosmos based coins

Currently following coins are maintained by me:

  • Cosmos (this branch)
  • Evmos (branch: chain/evmos, package name: evmos-protobuf)
  • Osmosis (branch: chain/osmosis, package name: osmosis-protobuf)

Release files for stargaze-protobuf 0.1.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for stargaze-protobuf 0.1.0
File Size Uploaded
stargaze_protobuf-0.1.0.tar.gz 25.9 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for stargaze-protobuf 0.1.0
File Interpreter ABI Platform
stargaze_protobuf-0.1.0-py2.py3-none-any.whl Python 3, Python 2 none any Details

Total release size: 26.5 MB

Release files / stargaze_protobuf-0.1.0.tar.gz

Download URL stargaze_protobuf-0.1.0.tar.gz
Size 25.9 MB
Tags Source
SHA-256 checksum
How to use checksums
1e8b5ebd381cfe47e44231faf3d37386a5c3c43a1e46bf5b21477302115d581e
BLAKE2b-256 checksum
How to use checksums
74c217b5dd50e41290ce69aac7751b1177328bdea3b1556cd0fd67b3136f317b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.9.13

Release files / stargaze_protobuf-0.1.0-py2.py3-none-any.whl

Download URL stargaze_protobuf-0.1.0-py2.py3-none-any.whl
Size 598.1 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
ec57579e0adcb1099a26509c94bf4297138e1e15b1cb0a00e1b6f7b24878f7c6
BLAKE2b-256 checksum
How to use checksums
41633edc001355470afb1c6d93d60806b9dc73f4bd3f6b1def9b67ede5880afd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/4.0.1 CPython/3.9.13

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page