This is the official Python SDK for Evernym's Verity application.
This procedure shows you how to set up your Python development environment to use the Verity SDK.
Install the following items:
libvdrtools
-- Installation instructions can be found here.
See pypi project page to find the latest release.
Install verity-sdk via pip:
pip install verity-sdk
API Documentation:
Python3
-- Follow the instructions on the Python3 website
Install dependencies:
pip install -r requirements.txt