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
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
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