A bitcoin block explorer and AP customized for VB.
npm install vb-insight-uiA bitcoin blockchain explorer and API.
Insight requires Node.js 8.2 and MongoDB. Consider using n and m to install the latest versions.
To get started, clone this repository, then – with mongod running – install and run insight:
``bash``
git clone -b next https://github.com/bitpay/insight.git && cd insight/server
npm install
npm start