alephium / alephium-frontend

A monorepo containing all things frontend on Alephium.
Other
13 stars 11 forks source link

Simplify secret recovery phrase validation #39

Open diomark opened 2 years ago

diomark commented 2 years ago

(note - test wallet so ignore the seeds:) nothing there) image

Right now the wallet creation requires putting all seed words back in order.. I've seen other wallets that just say enter seed alephium/desktop-wallet#4, seed alephium/desktop-wallet#5, seed alephium/desktop-wallet#10, etc.. (basically spot-checking) - a more lazy way to do this.. Might be nice to not ask for all words to be populated in order?

LeeAlephium commented 2 years ago

That's a nice idea.

mvaivre commented 2 years ago

It was a conscious choice to "force" users to take 3min to do this properly : most of them do it only once or twice and it's a crucial step.

What I had in mind though - and it goes in your direction - is to make the onboarding easier on mobile. We could experiment with the "spot-checking" approach there, and if this works well, eventually port it to the desktop wallet.

nop33 commented 1 year ago

@mvaivre do you think this is something that we would support in the future?

nop33 commented 5 months ago

Let's do what we do in the mobile wallet: provide a choice of 3 words. Remove re-ordering.