zkp-ld / zkp-ld-playground

Playground for ZKP-LD: Zero-Knowledge Proof for Linked Data (experimental)
https://playground.zkp-ld.org
MIT License
20 stars 2 forks source link

ZKP-LD Playground

Experimental: Do not use in production

Prerequisites for development

How to run a local server

Clone this repository and run the app:

$ git clone https://github.com/zkp-ld/zkp-ld-playground.git
$ cd zkp-ld-playground
$ npm install
$ npm run dev

Then, open http://localhost:5173 to view it in your browser.