Skip to content

ChillingSilence/dgb-scanner

 
 

Repository files navigation

DGB-Scanner

A DigiByte network scanner.

Running Locally

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.

Contributing

Please send pull requests for bug fixes, code optimization, and ideas for improvement.

About

DigiByte node scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 51.3%
  • TypeScript 34.4%
  • HTML 8.7%
  • CSS 5.3%
  • Dockerfile 0.3%