polkadot-js / extension

Simple browser extension for managing Polkadot and Substrate network accounts in a browser. Allows the signing of extrinsics using these accounts. Also provides a simple interface for compliant extensions for dapps.
Apache License 2.0
977 stars 415 forks source link

Add derivation path selection for ethereum address creation #837

Open joelamouche opened 3 years ago

joelamouche commented 3 years ago

Ethereum address derivation will take one mnemonic and derive a bunch of address with /m/44'/60'/0'/0/0, /m/44'/60'/0'/0/1, etc. We want to allow a user to at least choose the last number in order to derive other address than the zero one. Basically the same UX as address creation in the app

polkadot-js-bot commented 3 years ago

This issue has been open for 21 days with no activity and is not labelled as an enhancement. It will be closed in 7 days.

joelamouche commented 3 years ago

@jacogr Please review