bivcore-insight
Version:
A blockchain explorer for Bitcore
21 lines (13 loc) • 366 B
Markdown
# Insight
**A blockchain explorer for Bivcore.**
## Quick Start
To get started, first [start a `bivcore` node](../bivcore-node/readme.md), then run insight:
```sh
cd bivcore
npm run insight
```
## Network / Chain setting
To use a specific network / chain set the `NETWORK` and `CHAIN` environment variable, e.g.:
```sh
NETWORK=testnet CHAIN=BCH npm start
```