bivcore-insight

A blockchain explorer for Bitcore

Usage no npm install needed!

<script type="module">
  import bivcoreInsight from 'https://cdn.skypack.dev/bivcore-insight';
</script>

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