Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rnbguy/cosmos-sdk-python
- Owner: rnbguy
- License: apache-2.0
- Created: 2022-08-24T16:48:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T18:00:47.000Z (over 2 years ago)
- Last Synced: 2024-01-26T09:32:53.510Z (11 months ago)
- Topics: blockchain, cosmos-hub, cosmos-sdk, cosmos-sdk-proto, endpoint, grpc, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.buildpython 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.