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
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.