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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding import from seed phrase option #1117

Open
bethatguyad opened this issue Feb 28, 2024 · 7 comments
Open

Adding import from seed phrase option #1117

bethatguyad opened this issue Feb 28, 2024 · 7 comments

Comments

@bethatguyad
Copy link
Contributor

Motivation

Import wallet account from seed phrase is a widely used feature, just like other wallet.other wallets

Usage example

No response

Possible implementations

No response

@helciofranco
Copy link
Member

You can click on Import seed phrase.

Screenshot 2024-02-28 at 13 47 55

@bethatguyad
Copy link
Contributor Author

bethatguyad commented Feb 29, 2024

Thanks for your quickly reply, I mean when you have multiple accounts, your illustration is imported from the seed phrase when setting up, I mean after you set up your wallet.

@helciofranco helciofranco reopened this Feb 29, 2024
@helciofranco helciofranco added todo and removed forum labels Feb 29, 2024
@helciofranco
Copy link
Member

@bethatguyad i see. Can you provide some examples, please? You mean importing with private keys?

@FuelLabs FuelLabs deleted a comment from github-actions bot Feb 29, 2024
@bethatguyad
Copy link
Contributor Author

e.g., okx wallet:
image
when you click import wallet

image
they have two options, one for import from private key and one for import from seed phrase

@prince596
Copy link

Nice observation. Most wallets have that option so i think it's worth looking into

@player0x3
Copy link

I need 24 words mnemonic phrase

@LuizAsFight
Copy link
Contributor

LuizAsFight commented Mar 24, 2024

@bethatguyad this is not possible cuz as we use BIP44 , when you import the seed phrase, thats the "root" account of your wallet. When adding accounts the new ones will be always the same account as they are derived from root. If we import from seed phrase it would be only the first account, and no derivation would be allowed.

I understand the issue purpose, just mentioning its a bigger effort than just adding another import method.

The way to support it is developing support for more than 1 root bip44 account, and support multiple derivations.

We will work on prioritization for this issue but no ETA yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants