bivcore-insight
v8.22.2
Published
A blockchain explorer for Bitcore
Downloads
268
Maintainers
Readme
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