Experimental backend using blockchain for document signing
Expects Python 3.7 and newer.
It's recommended to create a virtual env: virtualenv venv && source venv/Scripts/activate
.
To install the required packages, run pip install -r requirements.txt
.
To run the unit tests, run python -m unittest
.