Skip to content

sphillips/blockchain-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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