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

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.

Awesome Lists containing this project

README

          

# Publick Key / Private Key Demo
A web-based demonstration of public / private key pair concepts.

[![Blockchain 101 - Demo](https://img.youtube.com/vi/xIDL_akeras/0.jpg)](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`