updated readme instructions
This commit is contained in:
parent
4b6482e0ad
commit
d148b5ec77
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
## Requirements
|
## 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.
|
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
|
## Quick Start
|
||||||
|
|
||||||
To get started, clone this repository, then – with `mongod` running – install and run insight:
|
To get started, clone this repository, then – with `mongod` running – install and run insight:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone -b next https://github.com/bitpay/insight.git && cd insight
|
git clone -b next https://github.com/bitpay/insight.git && cd insight/server
|
||||||
npm install
|
npm install
|
||||||
npm start
|
npm start
|
||||||
```
|
```
|
||||||
|
|||||||
@ -35,8 +35,6 @@ module.exports = function transactionAPI(router) {
|
|||||||
return res.status(404).send();
|
return res.status(404).send();
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(tx);
|
|
||||||
|
|
||||||
// Return UI JSON
|
// Return UI JSON
|
||||||
return res.send({
|
return res.send({
|
||||||
txid: tx.hash,
|
txid: tx.hash,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user