Consensys / eth-lightwallet

Lightweight JS Wallet for Node and the browser
MIT License
1.47k stars 503 forks source link

Restore from seed #194

Open TajamulFazili opened 6 years ago

TajamulFazili commented 6 years ago

Hi, I created a wallet using metamask, then i copied seed and tried to restore wallet with eth-lightwallet , but it generates a different address. Is there any way to get the same address?

cavanmflynn commented 6 years ago

MetaMask uses the BIP 44 derivation path m/44'/60'/0'/0. Are you passing in that path when attempting to create the vault?