Functional Keystore Unlock - ethoFS Uploads

This commit is contained in:
Dev-JamesR
2019-10-20 20:55:27 -07:00
parent f39275f702
commit f69ab25e0b
5 changed files with 635 additions and 909 deletions

View File

@@ -59,20 +59,23 @@
"adm-zip": "^0.4.13",
"app-root-path": "^2.1.0",
"electron-storage": "^1.0.7",
"ethereum-private-key-to-address": "0.0.2",
"ethereumjs-common": "^1.3.2",
"fs-extra": "^7.0.1",
"handlebars": ">=4.1.2",
"keythereum-node": "^2.0.0",
"moment": "^2.23.0",
"nedb": "^1.8.0",
"single-instance": "0.0.1",
"ethereumjs-common": "^1.3.2",
"node-fetch": "^2.6.0",
"node-gyp": "^6.0.0",
"pull-file-reader": "^1.0.2",
"single-instance": "0.0.1",
"web3": "^1.2.1",
"ethereum-private-key-to-address": "0.0.2"
"keythereum": "^2.0.0"
},
"devDependencies": {
"browserify": "^16.5.0",
"electron": "^3.0.12",
"electron": "^3.1.13",
"electron-builder": "^20.38.3",
"ethereum-private-key-to-address": "0.0.2",
"ethereumjs-common": "^1.3.2",
@@ -83,6 +86,7 @@
"pull-file-reader": "^1.0.2",
"unibeautify": "^0.17.0",
"unibeautify-cli": "^0.2.1",
"web3": "^1.2.1"
"web3": "^1.2.1",
"keythereum": "^2.0.0"
}
}