A blockchain explorer for Bitcore.
To get started, first start a bitcore
node, then run insight:
cd bitcore
npm start insight-previous
To use a specific network / chain set the NETWORK
and CHAIN
environment variable, e.g.:
NETWORK=testnet CHAIN=BCH npm start