flosight-api/README.md
2017-08-10 17:53:53 -04:00

18 lines
498 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Insight
**A bitcoin blockchain explorer and API.**
## Requirements
Insight requires [Node.js](https://nodejs.org) and [MongoDB](https://www.mongodb.com/). Consider using [n](https://github.com/tj/n) and [m](https://github.com/aheckmann/m) to install the latest versions.
## Quick Start
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
npm install
npm start
```