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
- Host: GitHub
- URL: https://github.com/anders94/zero-knowledge-proof-demo
- Owner: anders94
- Created: 2024-09-30T12:55:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-14T23:01:54.000Z (about 1 year ago)
- Last Synced: 2025-06-25T02:44:10.144Z (12 months ago)
- Language: JavaScript
- Size: 2.74 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zero-Knowledge Proof Demo
A web-based demonstration of the concept behind zero-knowledge proofs.
[](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.