[Mnemonic] Make mnemonic verification less tedious
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 11
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description

Typing the 12 mnemonic words is complicated on a smartphone screen because the virtual keyboard takes up a large part of the screen.
The virtual screen hides a lot of text you have already typed, you don't know where you are anymore.
I propose to randomly ask for 3 words and to make proposals in a combobox (drop-down menu) for each one. So the user will not have to type ALL THE WORDS on the keyboard, but just choose some from a list.
Example:
Word check:
n°2 : correct / cake / enemy / scan / noble
n°4 : strong / long / dumb / impact / squeeze
n°12 : noble / strong / dumb / abstract / scan
In 3 clicks the verification is done, and the process is simpler and less long.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the mnemonic verification screen in the Dart/Flutter wallet and inspect how the 12 words are currently entered and checked. Use the issue’s three-word dropdown proposal as the expected behavior; done means verification can be completed by selecting the requested words without typing all 12 on a smartphone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100