Skip to content

shanawarkhan/blockchain-demo

This branch is 103 commits behind anders94/blockchain-demo:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5dc5fca · May 13, 2017

History

30 Commits
Nov 4, 2016
May 11, 2017
Nov 4, 2016
Feb 21, 2017
Feb 18, 2017
Feb 18, 2017
Feb 18, 2017
Nov 4, 2016
Feb 21, 2017
Nov 4, 2016
Feb 18, 2017
Nov 5, 2016

Repository files navigation

Blockchain Demo

A web-based demonstration of blockchain concepts.

Blockchain 101 - Demo

This is a very basic visual introduction to the concepts behind a blockchain. We introduce the idea of an immutable ledger using an interactive web demo that is available here:

http://anders.com/blockchain/

Setup

Get the code:

git clone https://github.com/anders94/blockchain-demo.git

Install dependencies:

cd blockchain-demo
npm install

Run the server:

./bin/www

Point a web browser at the demo:

http://localhost:3000

Setup using Docker

Get the code:

git clone https://github.com/anders94/blockchain-demo.git

Run the Docker setup:

cd blockchain-demo
docker-compose up -d

Point a web browser at the demo:

http://localhost:3000

Send Thanks

Bitcoin greatfully accepted: 1K3NvcuZzVTueHW1qhkG2Cm3viRkh2EXJp

About

A web-based demonstration of blockchain concepts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.2%
  • JavaScript 18.4%
  • CSS 3.4%