Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.01 KB

VCX for Python

This is a Python wrapper for VCX library. VCX is the open-source library on top of Libindy which fully implements the credentials exchange.

Note: This library is currently in experimental state.

This Python wrapper currently requires python 3.6.

How to install

pip install python3-wrapper-vcx

Note that before you can use python wrapper you must install c-callable SDK and Vcx.

Documentation:

Run this command:

python3 generateDocs.py
  • A directory will be created locally ./docs which contains subdirectories 'vcx' and within that 'api'. Html files are generated and put here that give details on each api function.

Example use

For the main workflow example check Python demo.