/blockchain-miner-app

A blockchain miner to validate or invalidate transactions on the network

Primary LanguageJavaScript

blockchain-miner-app

Developer

Waluisachi

Installation and starting application

Downloading

git clone https://github.com/philipwaluisachi/blockchain-miner-app

Setup

cd into the clone directory

cd blockchain-miner-app

Install dependancies.

npm install

Tests

npm run test

Start

PEERS=ws://127.0.0.1:5001 npm run dev

or

PEERS=ws://127.0.0.1:5001 npm start

replace 127.0.0.1 with the server ip address