Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 818 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 818 Bytes

ZKP-LD Playground

Experimental: do not use in production

  • Playground for ZKP-LD: Zero-Knowledge Proof of Linked Data
  • You can sign and verify JSON-LD document using BBS+ signatures with LD-Proofs
  • You can derive and verify zero-knowledge proofs from multiple signed documents, supporting termwise selective disclosure and proof of termwise equality
  • Based on a forked extension of MATTR's jsonld-signatures-bbs
  • Hosted on https://playground.zkp-ld.org

usage

Clone this repository and run the app:

$ git clone https://github.com/zkp-ld/zkp-ld-playground.git
$ cd zkp-ld-playground
$ yarn start

Then open http://localhost:3000 to view it in the browser.