Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 696 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 696 Bytes

DemoGif

Metrics Prototype

Python prototype of biometric private key recovery system (for blockchain and other decentralized protocols).

Info Sheet

https://www.notion.so/Matrix23-Info-Sheet-f2777f50a6d446b2a61692b64d53a528

Usage

1.Install dependencies:

$ pip3.7 install fuzzy-extractor

$ pip3.7 install TripleSec

$ pip3.7 install ipfsapi

2.Clone the repo and run Prototype.py with Python3 (or PrototypeWithIPFS.py if you want IPFS functionality)

3.Follow the instructions ;)

Credit

Currently using https://github.com/carter-yagemann/python-fuzzy-extractor and https://github.com/keybase/python-triplesec