A blockchain explorer for Bitcore.
To get started, first start a bitcore
node, then run insight:
cd bitcore
npm run insight
//If you are making UI changes only:
cd packages/insight
npm run start:prod
To use a specific network / chain set the NETWORK
and CHAIN
environment variable, e.g.:
NETWORK=testnet CHAIN=BCH npm start