https://github.com/naoki-maeda/handshake-client-py
REST and RPC clients for handshake by Python
https://github.com/naoki-maeda/handshake-client-py
blockchain handshake python
Last synced: about 2 months ago
JSON representation
REST and RPC clients for handshake by Python
- Host: GitHub
- URL: https://github.com/naoki-maeda/handshake-client-py
- Owner: naoki-maeda
- License: mit
- Created: 2020-04-05T05:37:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T12:29:17.000Z (over 5 years ago)
- Last Synced: 2025-04-02T07:35:32.697Z (7 months ago)
- Topics: blockchain, handshake, python
- Language: Python
- Homepage: https://pypi.org/project/handshake-client/
- Size: 107 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Handshake Client
REST and RPC clients for handshake by Python
## Warning
Test is not perfect.
Please use at your own risk when using in production.
## Dependency
Python3.7 later
## install
```
pip install handshake-client
```## API document
https://hsd-dev.org/api-docs/## example
see example/ dir