Getting started
Cosmpy is a Python library for interacting with Cosmos-based blockchains.
- A simplified command line tool for querying and sending transactions to Cosmos-SDK blockchains.
- Features an easy interface for deploying and interacting with Cosmwasm smart contracts.
- Provides access to lower-level ledger APIs for advanced use-cases.
To install¶
Version¶
Repository¶
To contribute¶
Clone the repo:
Set up development environment:
This creates a new pipenv
virtual environment and installs the development dependencies.
Enter the virtual environment: