Shivaot / Bitcoin-BlockChain

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%