Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 905 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 905 Bytes

Verity SDK

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.

Prerequisites

Install the following items:

  • libvdrtools -- Installation instructions can be found here.

Get Latest Python Verity SDK

See pypi project page to find the latest release.

Install verity-sdk via pip:

pip install verity-sdk

Documentation

API Documentation:

Develop the Python Verity SDK

Development Prerequisites

Pip Install

Install dependencies:

pip install -r requirements.txt

Hack away