Skip to content

Latest commit

 

History

History
 
 

insight

Insight

A blockchain explorer for Bitcore.

Quick Start

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

Network / Chain setting

To use a specific network / chain set the NETWORK and CHAIN environment variable, e.g.:

NETWORK=testnet CHAIN=BCH npm start