-crypto-js
- Node and NPM
- Clone the repo:
https://github.com/rajdeepratan/BlockChain-App.git
- Install dependencies:
npm install
- run
node main.js
from the home directory.
- blockchain-validation : Basic setup for blockchain and it's validation
- proof-of-work : Blockchain Mining and setting up difficulty in it's hash generation
- miner-rewards-and-transactions : Creating transaction object, Mining rewards, Mining trancations, get balance
- master : Basic setup of cryptocurrency
Enjoy the application