Add script/bin for creating an Ethereum wallet

This commit is contained in:
2017-05-06 15:34:35 +02:00
parent b4186d5062
commit 2f393e744a
3 changed files with 39 additions and 1 deletions

View File

@@ -6,10 +6,14 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"kredits-wallet-create": "scripts/create-wallet.js"
},
"dependencies": {
"ethereumjs-wallet": "mvayngrib/ethereumjs-wallet",
"kredits-contracts": "67p/kredits-contracts",
"node-fetch": "^1.6.3",
"prompt": "^1.0.0",
"web3": "^0.18.4",
"web3-provider-engine": "^12.0.3"
},