Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 367 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 367 Bytes

Insight

A blockchain explorer for Bitcore.

Quick Start

To get started, first start a bitcore node, then run insight:

cd bitcore
npm start insight-previous

Network / Chain setting

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

NETWORK=testnet CHAIN=BCH npm start