Skip to content

Block chain project in node.js. This is a simple clone of Bitcoin network in with some new features.

Notifications You must be signed in to change notification settings

Shivaot/Bitcoin-BlockChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block chain project in node.js.

This is a simple clone of Bitcoin network in with some new features.

Installation:

- npm install

Packages required are:

- crypto-js --> npm i crypto --save

- jest      --> npm i crypto --save

- express   --> npm i express --save

- body-parser --> npm i body-parser --save

- ws          --> npm i ws --save  

- nodemon(optional) --> npm i nodemon

Run :

- npm run test

- npm run dev

    - localhost:3001/blocks

    - localhost:3001/mine

About

Block chain project in node.js. This is a simple clone of Bitcoin network in with some new features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published