Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various Mnemonic Lengths 馃搹 #123

Open
teddyjfpender opened this issue Dec 29, 2023 · 0 comments
Open

Various Mnemonic Lengths 馃搹 #123

teddyjfpender opened this issue Dec 29, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@teddyjfpender
Copy link
Collaborator

Description

The current version of the Pallad Web3 wallet is limited to supporting only 12-word mnemonics for user authentication and wallet recovery. This limitation prevents users with mnemonics of different lengths or desires higher entropy from a seed phrase, commonly 18, 21, or 24 words, from using Pallad. To enhance user experience and compatibility, this feature aims to extend mnemonic support to include 18, 21, and 24-word lengths.

Scenario: 24-word mnemonic in create new wallet
Given a user is setting up a new Pallad wallet
When they choose to create a mnemonic
And select a 24-word length
Then the wallet should generate a valid 24-word mnemonic
And allow the user to create a new wallet with this mnemonic

Scenario: 24-word mnemonic in restore existing wallet
Given a user is setting up a existing wallet
When they choose to restore a wallet from an existing mnemonic
And select a 24-word length
Then the wallet should allow the user to enter their 24-word mnemonic
And allow the user to restore that wallet
@teddyjfpender teddyjfpender added the enhancement New feature or request label Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant