The bitcoin blockchain API powering Insight
Go to file
2017-08-17 11:25:58 -04:00
app
server All routes replaced. Stable but no tx inputs working. 2017-08-17 11:25:58 -04:00
.gitignore
.travis.yml
LICENSE
package.json
README.md
yarn.lock

Insight

A bitcoin blockchain explorer and API.

Requirements

Insight requires Node.js 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
npm install
npm start