The bitcoin blockchain API powering Insight
Go to file
Jason Dreyzehner 39906629a6
Merge pull request #886 from SonicWizard/next
added chips on transaction component
2018-02-02 12:10:04 -05:00
app added chips on transaction component 2018-02-01 15:19:04 -05:00
server index block on tx model 2017-08-28 12:49:46 -04:00
.gitignore added HomePage 2017-08-16 16:33:45 -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 updated readme instructions 2017-08-17 15:17:23 -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 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