simple-blockchain is a blockchain program to demonstrate how blockchain technology works at the basic level using Node.
In order to start, use:
$ git clone https://github.com/adityashukla74/simple-blockchain
$ cd simple-blockchain
# install the project's dependencies
$ npm install
$ Then
$ $ node blockchain.js