mnemonic-decrypter
Version:
Decrypts accounts from a provided mnemonic
32 lines (31 loc) • 711 B
JSON
{
"name": "mnemonic-decrypter",
"description": "Decrypts accounts from a provided mnemonic",
"version": "2.0.4",
"repository": {
"type": "git",
"url": "https://github.com/gheoneaemil/mnemonic-decrypter.git"
},
"keywords": [
"EVM",
"Ethereum",
"Polygon",
"Binance Smart Chain",
"mnemonic",
"decrypter",
"private key"
],
"author": {
"name": "Gheonea Emilian",
"email": "gheoneaemil@yahoo.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/gheoneaemil/mnemonic-decrypter/issues"
},
"homepage": "https://github.com/gheoneaemil/mnemonic-decrypter",
"dependencies": {
"bip39": "3.0.4",
"ethereumjs-wallet": "1.0.2"
}
}