Metadata-Version: 2.1
Name: zkdex-python-sdk
Version: 0.1.1
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# ZKDEX-Python-SDK
this is a python sdk for zkdex

## How to develop
1. create a virtual environment
```shell
python3 -m venv .env
source .env/bin/activate
pip install maturin
```
2. build the project
```shell
maturin develop
```
