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

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

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