/mockchain

A mock blockchain and mock cryptocurrency

Primary LanguageJavaScript

mockchain

A mock blockchain and mock cryptocurrency
This is just a mock project for learning purposes and includes only dev-scripts.
The project mockchain is a simple mock for a blockchain and cryptocurrency. This uses NodeJS backend and ReactJS front-end. This includes features of creating wallets, conducting transactions, mining blocks and publishing the mined blocks to all the peers on the network.

To put this in action, clone the repo, install dependencies using
npm install
Start the master development node with
npm run dev
To start mining-peers use,
npm run dev-peer