8000 GitHub - Slid-Team/blockchain: A minimal blockchain written in node.js
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Slid-Team/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLOCKCHAIN

A minimal blockchain written in node.js

Setting up

  1. git clone https://github.com/lonestarx1/blockchain.git
  2. npm install
  3. npm start

Try adjusting the level of starting difficulty and the number of blocks that must be added before the degree of difficulty increases used in the proof of work algorithm change the value passed in new UnicoinBlockChain(1, 2)

To do

  1. use a json file to persist the blockchain
  2. Make a UI for the project

About

A minimal blockchain written in node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0