Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 356 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 356 Bytes

# Introduction

simple-blockchain is a blockchain program to demonstrate how blockchain technology works at the basic level using Node.

How to start

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