https://github.com/kybernetwork/py-reserve-sdk
https://github.com/kybernetwork/py-reserve-sdk
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kybernetwork/py-reserve-sdk
- Owner: KyberNetwork
- License: mit
- Created: 2018-08-17T06:55:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T18:33:31.000Z (over 3 years ago)
- Last Synced: 2023-03-11T07:18:21.622Z (over 3 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
```