Skip to content
This repository was archived by the owner on Aug 10, 2019. It is now read-only.

Latest commit

 

History

History
 
 

insight-previous

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