Allow user to enter arbitrary derivation path to use for generating addresses #1240
john-light
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are lots of scenarios where a user might need to use a derivation path that is "non-standard", or at least not in the current default list of derivation paths available for each wallet (e.g. #466 or how RSK uses
m/44'/137'/0'/0/N
per EIP-1911). Rather than individually add every weird derivation path as users request them, you could instead let users define the derivation path themselves, and generate the addresses from the user's input. In case the user enters a typo or don't write down the path used right away, you would then want to save/show the path used in Frame, so they have a visual indication/reminder of what it is and doesn't lose their coins in the metaphorical haystack of possible derivation paths they could use.Beta Was this translation helpful? Give feedback.
All reactions