Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu authored Jan 15, 2019
1 parent a6d4d5a commit 34a4b35
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
# Insight
THIS PROYECT HAS BEEN REPLACED BY BITCORE-NODE, AT https://github.com/bitpay/bitcore

**A bitcoin blockchain explorer and API.**

## Requirements

Insight requires [Node.js](https://nodejs.org) 8.2 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/server
npm install
npm start
```

0 comments on commit 34a4b35

Please sign in to comment.