An open API service indexing awesome lists of open source software.

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

A demonstration of the core idea behind Zero Knowledge Proofs
https://github.com/anders94/zero-knowledge-proof-demo

Last synced: 9 months ago
JSON representation

A demonstration of the core idea behind Zero Knowledge Proofs

Awesome Lists containing this project

README

          

# Zero-Knowledge Proof Demo
A web-based demonstration of the concept behind zero-knowledge proofs.

[![Zero-Knowledge Proof Demo](https://img.youtube.com/vi/lUTv9NHkuR4/0.jpg)](https://www.youtube.com/watch?v=lUTv9NHkuR4)

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.