Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 408 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 408 Bytes

Requirements

For this prototype to work you need Python 3 installed.

Cryptography and Shamir's secret sharing python libraries can be installed using pip

pip install -r requirements.txt

Note that secret sharing library from PIP repo may not work, install it directly from git repo (git+https://github.com/blockstack/secret-sharing)

Running

python initializer.py

Testing

python runtest.py