Skip to content

rnbguy/cosmos-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cosmos-sdk-python

Python GRPC client for Cosmos-SDK

git submodule update --init --recursive

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

poetry install
python -m cosmos_sdk.build

python examples/query_all_balances.py <COSMOSHUB_GRPC_ENDPOINT> # 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.