• Stars
    star
    558
  • Rank 79,819 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 7 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Demonstrates public / private key pairs and signing in a blockchain context. This is part 2 of my Blockchain 101 video explainer.

Publick Key / Private Key Demo

A web-based demonstration of public / private key pair concepts.

Blockchain 101 - Demo

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

More Repositories

1

blockchain-demo

A web-based demonstration of blockchain concepts.
Pug
5,211
star
2

raspberry-pi-home-automation

A node.js based home automation system based around the Raspberry Pi.
JavaScript
167
star
3

bitcoin-2-of-3-multisig

Walkthrough of a multisig create / receive / spend on the command line.
JavaScript
52
star
4

https-authorized-clients

Force HTTPS clients to present a valid certificate
JavaScript
29
star
5

disruptor

A distributed real-time computation platform in node.js.
JavaScript
29
star
6

order-matching-engine

An exchange order matching engine implemented within PostgreSQL stored procedures.
JavaScript
27
star
7

loan-manager

Loan management bot supporting Bitfinex and Poloniex
JavaScript
22
star
8

pub-sub-map

Publish and subscribe to markers on a Google Map with real-time updating.
CSS
15
star
9

bitcoin-supply.com

We're tracking provably lost bitcoin at https://bitcoin-supply.com
JavaScript
10
star
10

sql-course

A beginner class on learning SQL
7
star
11

framebuffer-digits

Command line utility to display graphical digits on the frame buffer.
C
7
star
12

geoipdns

Location-Aware Authoritative DNS Server
C
6
star
13

iphone-sms-webapp

View and navigate SMS data from iPhone backups.
HTML
5
star
14

wif-decorruptor

A bitcoin WIF private key decorruptor.
JavaScript
4
star
15

with.drawal.info

ETH withdrawal monitoring website
JavaScript
4
star
16

mitcoin

mitcoin - a bitcoin fork
C++
3
star
17

eth-vanity-gen

A vanity Ethereum address generator.
JavaScript
3
star
18

generate-multisig-addresses

Node.js code to generate a large number of multisig bitcoin addresses.
JavaScript
2
star
19

LiftoffIn.com

Web based countdown timer. That's it - nothing else.
JavaScript
1
star
20

express-bootstrap-template

An express project with bootstrap to use as a template.
JavaScript
1
star
21

usdc-cool-js

The USDC stablecoin supply scanner
TypeScript
1
star
22

usdc-aum

JavaScript
1
star
23

api-docs

JavaScript
1
star
24

sbs

Old code from Stony Brook School services
Java
1
star
25

count-of-monte-cristo

The Project Gutenberg eBook of The Count of Monte Cristo, by Alexandre Dumas, père
1
star
26

picture-archiver

HTML
1
star
27

boxque

A web chat application eventually supporting file transfer via WebRTC
JavaScript
1
star
28

bitcoin-mempool-tracker

JavaScript
1
star
29

qfunc

Node.js queue of async/await functions that execute sequentially.
JavaScript
1
star
30

blockchains

Python
1
star