Added Readme. 2 command install
This commit is contained in:
parent
71a24237f2
commit
ad5c2dae93
11
README.md
Normal file
11
README.md
Normal 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]
|
||||||
@ -4,7 +4,8 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "",
|
"license": "",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user