Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rnbguy/cosmos-sdk-python

Python GRPC client for Cosmos-SDK
https://github.com/rnbguy/cosmos-sdk-python

blockchain cosmos-hub cosmos-sdk cosmos-sdk-proto endpoint grpc python

Last synced: about 2 months ago
JSON representation

Python GRPC client for Cosmos-SDK

Awesome Lists containing this project

README

        

# cosmos-sdk-python

Python GRPC client for Cosmos-SDK

```sh
git submodule update --init --recursive

. "$(poetry env info -p)/bin/activate"

poetry install
python -m cosmos_sdk.build

python examples/query_all_balances.py # prints Binance validator balance
```

## Disclaimer

This project is bleeding-edge and does not conform with Poetry package structure.

Only meant for learning Cosmos-SDK GRPC clients in Python.