From 34a4b3585c942f2eb7772066f85c4157023c4d5b Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Tue, 15 Jan 2019 17:56:20 -0300 Subject: [PATCH] Update README.md --- README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/README.md b/README.md index b73313548..8f435d744 100644 --- a/README.md +++ b/README.md @@ -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 -```