Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kybernetwork/py-reserve-sdk


https://github.com/kybernetwork/py-reserve-sdk

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Reserve SDK
A Python SDK to setup a reserve which provide the liquidity to KyberNetwork.

### Development setup
Install dependencies using **pipenv**:
```
pipenv install
```

### Testing
Running the tests with **pytest**
```
pytest
```