Skip to content

pouriya73/Blockchain-Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain-Simple

Build a simple and basic Blockchain

start : terminal create init

npm init -y

install nodemon

npm i nodemon --save-dev

for error max_user_watches

sudo sysctl fs.inotify.max_user_watches=582222 && sudo sysctl -p

install package SHA256

npm i crypto-js --save

install package test block

npm i jest --save-dev

install express

npm i express --save

install package body-parser

npm i body-parser --save

About

Build a simple and basic Blockchain

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published