Added Readme. 2 command install

This commit is contained in:
tenthirtyone 2017-08-02 18:36:01 -04:00
parent 71a24237f2
commit ad5c2dae93
2 changed files with 13 additions and 1 deletions

11
README.md Normal file
View File

@ -0,0 +1,11 @@
# Bcoin - Bitcore - Insight
Rebuilt Bitcore with Bcoin engine and Insight API sitting on top of Mongo.
# Requirements
Mongodo running on your system
# Usage
npm install
npm start
Logging is current defaulting to debug during dev. Bitcore logging is preceded by a timestamp. Bcoin logging with [info]

View File

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "",