Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 822 Bytes

File metadata and controls

38 lines (27 loc) · 822 Bytes

Zero-Knowledge Proof Demo

A web-based demonstration of the concept behind zero-knowledge proofs.

Zero-Knowledge Proof Demo

This is a very basic visual introduction to the concept behind a zero-knowledge proof. Using a web-based map demo, we use the example of introduce the viewer to the idea that is available here:

https://andersbrownworth.com/zero-knowledge-proof-demo

Setup

Get the code:

git clone https://github.com/anders94/zero-knowledge-proof-demo.git

Install dependencies:

cd zero-knowledge-proof-demo
npm install

Run

Run the server:

node .

Point a web browser at the demo:

http://localhost:3000

Thanks

My thanks to Madars Virza for his comments and suggestions.