Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

amolabs/explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AMO Block Explorer

Block explorer for AMO

  • Subscribe block events including new block event and new tx event via websocket JSON RPC
  • Show block information (hash, height, number of tx, timestamp, parent hash, miner)
  • Show tx information (hash, from, to, timestamp, amount, block hash)

Quick-start

  • Install node.js (recommend LTS)
  • Install dependencies by running:
npm install --no-optional
  • Run the app by running:
npm start
  • A daemon will start on localhost at port 3000.
  • In desktop-class OSes, app will automatically launch a default web browser window.

Production build

npm run build