The bitcoin blockchain API powering Insight
Go to file
2018-06-18 17:23:54 -04:00
.circleci change docker image 2018-03-15 10:11:17 -04:00
app merge outpoints 2018-06-18 17:22:48 -04:00
bitcore-node removed console logs; added jscs and jshint resource files 2018-03-09 13:48:45 -05:00
.gitignore remove yarn.lock; add package-locks 2018-03-15 14:22:37 -04:00
.jscsrc removed console logs; added jscs and jshint resource files 2018-03-09 13:48:45 -05:00
.jshintrc removed console logs; added jscs and jshint resource files 2018-03-09 13:48:45 -05:00
.travis.yml chore: rm the old, in with the new 2017-08-10 17:53:53 -04:00
LICENSE
package-lock.json moved explorers call back into currency provider so that explorers data is available when denomination component is instantiated 2018-03-20 11:51:34 -04:00
package.json moved explorers call back into currency provider so that explorers data is available when denomination component is instantiated 2018-03-20 11:51:34 -04:00
README.md updated readme instructions 2017-08-17 15:17:23 -04:00

Insight

A bitcoin blockchain explorer and API.

Requirements

Insight requires Node.js 8.2 and MongoDB. Consider using n and m to install the latest versions.

Quick Start

To get started, clone this repository, then with mongod running install and run insight:

git clone -b next https://github.com/bitpay/insight.git && cd insight/server
npm install
npm start