add blockchain install scripts
This commit is contained in:
parent
0e9e27b97b
commit
178f576cfb
39 changed files with 3938 additions and 750 deletions
|
|
@ -14,6 +14,7 @@
|
|||
"bitcoind-rpc": "^0.7.0",
|
||||
"bitgo": "^3.4.0",
|
||||
"body-parser": "^1.15.1",
|
||||
"console-log-level": "^1.4.0",
|
||||
"cookie-parser": "^1.4.3",
|
||||
"ethereumjs-tx": "^1.3.0",
|
||||
"ethereumjs-wallet": "^0.6.0",
|
||||
|
|
@ -23,8 +24,10 @@
|
|||
"express-ws": "^3.0.0",
|
||||
"got": "^7.0.0",
|
||||
"helmet": "^3.6.1",
|
||||
"inquirer": "^3.1.1",
|
||||
"kraken-api": "DeX3/npm-kraken-api",
|
||||
"lodash": "^4.17.2",
|
||||
"make-dir": "^1.0.0",
|
||||
"mem": "^1.1.0",
|
||||
"migrate": "^0.2.2",
|
||||
"minimist": "^1.2.0",
|
||||
|
|
@ -68,6 +71,7 @@
|
|||
"lamassu-nuke-db": "./bin/lamassu-nuke-db"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node bin/lamassu-server",
|
||||
"test": "ava"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue