Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kybernetwork/py-reserve-sdk
https://github.com/kybernetwork/py-reserve-sdk
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kybernetwork/py-reserve-sdk
- Owner: KyberNetwork
- License: mit
- Created: 2018-08-17T06:55:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T18:33:31.000Z (about 2 years ago)
- Last Synced: 2023-03-11T07:18:21.622Z (almost 2 years ago)
- Language: Python
- Size: 609 KB
- Stars: 3
- Watchers: 3
- Forks: 70
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```