Skip to content

This is a simple blockchain created using javascript and nodejs

Notifications You must be signed in to change notification settings

othaime-en/simple-javascript-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-javascript-blockchain

This is a simple blockchain created using javascript and nodejs

It is a good place to under stand how the blockchain works.

As a start, run the following commands

npm install
npm run node_1
npm run node_2
npm run node_3
npm run node_4
npm run node_5

You can add as many nodes as you would like in the package.json file in the scripts object

"node_NUMBER": "nodemon --watch dev -e js dev/networkNode.js 300_NUMBER http://localhost:300_NUMBER"

Replace NUMBER with an actual number incrementally. i.e. 3006, 3007, 3008 etc.

About

This is a simple blockchain created using javascript and nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published