https://github.com/anders94/public-private-key-demo
Demonstrates public / private key pairs and signing in a blockchain context. This is part 2 of my Blockchain 101 video explainer.
https://github.com/anders94/public-private-key-demo
Last synced: about 1 year ago
JSON representation
Demonstrates public / private key pairs and signing in a blockchain context. This is part 2 of my Blockchain 101 video explainer.
- Host: GitHub
- URL: https://github.com/anders94/public-private-key-demo
- Owner: anders94
- License: mit
- Created: 2017-12-30T20:33:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T16:47:44.000Z (over 1 year ago)
- Last Synced: 2025-04-06T17:08:13.441Z (about 1 year ago)
- Language: JavaScript
- Size: 549 KB
- Stars: 615
- Watchers: 30
- Forks: 459
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Publick Key / Private Key Demo
A web-based demonstration of public / private key pair concepts.
[](https://www.youtube.com/watch?v=xIDL_akeras)
This is a very basic visual introduction to the concepts behind a public / private key pair, signing and their use in a blockchain context.
## Setup
Get the code:
```
git clone https://github.com/anders94/public-private-key-demo.git
```
Install dependencies:
```
cd public-private-key-demo
npm install
```
Run the server:
```
./bin/www
```
Point a web browser at the demo:
```
http://localhost:3000
```
## Send Thanks
Bitcoin greatfully accepted: `1K3NvcuZzVTueHW1qhkG2Cm3viRkh2EXJp`