项目作者: viralpatel380

项目描述 :
Hash | Block | Blockchain | Distributed | Token | Coinbase
高级语言: HTML
项目地址: git://github.com/viralpatel380/Blockchain-Demo.git
创建时间: 2018-05-03T18:18:02Z
项目社区:https://github.com/viralpatel380/Blockchain-Demo

开源协议:MIT License

下载


Blockchain Demo

A web-based demonstration of blockchain concepts.

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:

Setup

Get the code:

  1. git clone https://github.com/viralpatel380/Blockchain-Demo.git

Install dependencies:

  1. cd blockchain-demo
  2. npm install

Run the server:

  1. npm start

OR

  1. ./bin/www

For windows: if the above command didn’t work, use this (make sure you have Node.js installed in your system):

  1. node ./bin/www

Point a web browser at the demo:

  1. http://localhost:3000

Setup using Docker

Run the Docker setup:

  1. cd blockchain-demo
  2. docker-compose up -d

Point a web browser at the demo:

  1. http://localhost:3000