flosight-api/app
2017-09-25 11:10:28 -04:00
..
e2e added See All Blocks button to latest-blocks component; created new BlocksPage with ionic convention; deprecated previous BlocksPage; fixed e2e tests 2017-08-18 15:08:36 -04:00
resources
src used semantic ion-note tag for block data fields; fixed spacing of merkle root field 2017-09-25 11:10:28 -04:00
.angular-cli.json
.gitignore
ionic.config.json added proxy to pull data from proper url 2017-08-24 16:48:22 -04:00
karma.conf.js
package.json added ion-grid to latest-transactions component 2017-08-21 18:00:39 -04:00
protractor.conf.js
README.md
tsconfig.json
tsconfig.ng-cli.json
tslint.json
yarn.lock added input parm for refresh timer seconds on latest-transactions component 2017-08-23 11:42:38 -04:00

Build Status codecov.io

Insight UI

Install & Start

You need to be running the latest node LTS or newer.

git clone https://github.com/bitpay/insight-ui.git
cd insight-ui/app
npm install
npm start

Run Unit Tests

npm test

Run E2E

npm run e2e