Duniter Python API
Python implementation of Duniter BMA API
Features
- Supports Duniter's Basic Merkle API and protocol
- 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.
Development
- Create a python environment with pyenv
- Add PYTHONPATH env var to your shell containing the path to this repository
- Take a look at examples
- Run examples from parent folder
python example/request_data.py