https://github.com/liujuanjuan1984/rumpy
python sdk for quorum
https://github.com/liujuanjuan1984/rumpy
python python-library python3 rum-system sdk-python
Last synced: 6 days ago
JSON representation
python sdk for quorum
- Host: GitHub
- URL: https://github.com/liujuanjuan1984/rumpy
- Owner: liujuanjuan1984
- License: gpl-3.0
- Created: 2022-01-10T02:19:37.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T10:14:49.000Z (about 3 years ago)
- Last Synced: 2026-04-04T10:51:59.377Z (6 days ago)
- Topics: python, python-library, python3, rum-system, sdk-python
- Language: Python
- Homepage:
- Size: 18.2 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# rumpy
Python SDK for [QuoRum](https://github.com/rumsystem/quorum).
### About QuoRum
- https://rumsystem.net/
- https://github.com/rumsystem/quorum/blob/main/Tutorial.md
- https://github.com/rumsystem/quorum
### Install
[rumpy@pypi](https://pypi.org/project/rumpy/)
```sh
pip install rumpy
```
### Env
init or update:
```sh
pip install pipenv
pipenv install
```
run:
```sh
pipenv shell
pipenv run python do_sth.py
```
### Examples
[>> Examples](https://github.com/liujuanjuan1984/rumpy/tree/master/examples)
### Contributing
- [>> Contributing](https://github.com/liujuanjuan1984/rumpy/tree/master/.github/CONTRIBUTING.md)
- [>> Bug Tracker](https://github.com/liujuanjuan1984/rumpy/issues/new)
### License
This work is released under the `GPL3.0` license. A copy of the license is provided in the [LICENSE](https://github.com/liujuanjuan1984/rumpy/blob/master/LICENSE) file.