Skip to content

Files

This branch is 15 commits ahead of, 2645 commits behind bitpay/bitcore:master.

insight

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 21, 2020
Apr 17, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Apr 15, 2020
Apr 15, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020
Feb 21, 2020

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