fcash-insight
Version:
A bitcoin block explorer and API.
25 lines (19 loc) • 596 B
Markdown
[](https://travis-ci.org/bitpay/fcash-insight-ui)
[](https://codecov.io/github/bitpay/fcash-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/fcash-wallet/fcash-insight-ui.git
cd insight-ui/app
npm install
npm start
```
## Run Unit Tests
```bash
npm test
```
## Run E2E
```
npm run e2e
```