Skip to content

CarryWang/mini-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

use node.js implement a mini blockchain

usage

run server

node index

operate blockchian

add new transaction

post http://localhost:3000/transactions/new
:transactions:new

mine

get http://localhost:3000/mine
mine

get blcokchain

get http://localhost:3000/chain
chain

About

use node.js implement a mini blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published