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