Document wallet creation, rename npm script

This commit is contained in:
2018-04-22 13:47:32 +02:00
parent bba5407c7d
commit b4229c7879
2 changed files with 9 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"kredits-wallet-create": "scripts/create-wallet.js"
"create-wallet": "scripts/create-wallet.js"
},
"dependencies": {
"ethers": "^3.0.15",