A DigiByte network scanner.
Make sure you have Node.js and Mongodb installed.
git clone https://github.com/digicontributer/dgb-scanner # or clone your own fork
cd dgb-scanner
npm install
cd wepapp/
npm install
npm rebuild node-sass
./node_modules/.bin/ng build -prod -aot
cd ..
npm start
DGB-Scanner will default to development enviroment and be located at localhost:9000.
Please send pull requests for bug fixes, code optimization, and ideas for improvement.