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:
libindy
-- Install a stable version. Follow the instructions on the indy-sdk Github Project Page.
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