diff --git a/README.md b/README.md new file mode 100644 index 0000000..60edbbc --- /dev/null +++ b/README.md @@ -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] \ No newline at end of file diff --git a/package.json b/package.json index 23a608c..516f256 100644 --- a/package.json +++ b/package.json @@ -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": "",