Getting started
Cosmpy is a Python library for interacting with Cosmos-based blockchains.
- A simplified Cosmos SDK agnostic API for basic chain operations.
- An easy API for deploying and interacting with CosmWasm-based smart contracts.
- Low-level access to primitive ledger APIs if required.
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: