Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 271 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 271 Bytes

blockchain-node

Blockchain implementation using Node JS.

Running the script instantiates a blockchain of a given size, prints out the blocks and verifies the blockchain.

Live Demo: https://repl.it/@sphillips1/Blockchain

or run $ node index.js from the source code