8.22.2 • Published 4 years ago

bivcore-insight v8.22.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Insight

A blockchain explorer for Bivcore.

Quick Start

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

cd bivcore
npm run insight

Network / Chain setting

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

NETWORK=testnet CHAIN=BCH npm start