vb-insight-ui
Version:
A bitcoin block explorer and AP customized for VB.
25 lines (19 loc) • 560 B
Markdown
[](https://travis-ci.org/bitpay/insight-ui)
[](https://codecov.io/github/bitpay/insight-ui?branch=ionic)
# Insight UI
## Install & Start
You need to be running [the latest node LTS](https://nodejs.org/en/download/) or newer.
```bash
git clone https://github.com/bitpay/insight-ui.git
cd insight-ui/app
npm install
npm start
```
## Run Unit Tests
```bash
npm test
```
## Run E2E
```
npm run e2e
```