A python implementation of duniter API
Features
- Supports duniter's Basic Merkle Api
- Asynchronous
- duniter signing key
Requirements
- Python >= 3.5
- aiohttp >= 0.19
- pylibscrypt
- libnacl
- base58
Installation
You can install duniter-python-api and all its dependencies via the following pip install :
pip install duniterpy
Please take a look at the document HTTP API to learn about the API.