git clone https://github.com/philipwaluisachi/blockchain-miner-app
cd into the clone directory
cd blockchain-miner-app
npm install
npm run test
PEERS=ws://127.0.0.1:5001 npm run dev
PEERS=ws://127.0.0.1:5001 npm start
A blockchain miner to validate or invalidate transactions on the network
JavaScript
git clone https://github.com/philipwaluisachi/blockchain-miner-app
cd into the clone directory
cd blockchain-miner-app
npm install
npm run test
PEERS=ws://127.0.0.1:5001 npm run dev
PEERS=ws://127.0.0.1:5001 npm start