The bitcoin blockchain API powering Insight
Go to file
2017-08-16 16:31:57 -04:00
app chore: rm the old, in with the new 2017-08-10 17:53:53 -04:00
server This adds some basic regex validation on query parameters to harden against attacks and reduce time to error. Address validation could likely be improved beyond just regex, but this will do for now 2017-08-16 16:31:57 -04:00
.gitignore chore: rm the old, in with the new 2017-08-10 17:53:53 -04:00
.travis.yml chore: rm the old, in with the new 2017-08-10 17:53:53 -04:00
LICENSE add MIT license 2017-06-15 17:15:01 -04:00
package.json chore: rm the old, in with the new 2017-08-10 17:53:53 -04:00
README.md chore: rm the old, in with the new 2017-08-10 17:53:53 -04:00
yarn.lock chore: rm the old, in with the new 2017-08-10 17:53:53 -04:00

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