Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 390 Bytes

NODEJS-blockchain

Simple POC of a POW blockchain using Node.js

Installation

npm install

Launch

You can change proof of work difficulty in ./index.js with DIFFICULTY_LEVEL variable.
The default difficulty is 4.

npm start

Output