The Dispatch network scanner enables you to visually see the transaction history, transfer tokens, and deploy and execute smart contracts.
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
git clone https://github.com/dispatchlabs/scanner.git
cd scanner
npm i
node patch.js
ng serve
- Open in browser
http://localhost:4200/
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.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.