Skip to content

dispatchlabs/scanner

Repository files navigation

drawing

Scanner

The Dispatch network scanner enables you to visually see the transaction history, transfer tokens, and deploy and execute smart contracts.

Prerequisites

Scanner requires the following components to be installed:

  • Node brew install node
  • Angular CLI (optional) npm install -g @angular/cli

More information on installing node

More information on installing angular-cli

Setup and Run

  • git clone https://github.com/dispatchlabs/scanner.git
  • cd scanner
  • npm i
  • node patch.js
  • ng serve
  • Open in browser http://localhost:4200/

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.