FuelLabs / fuels-wallet

💳 The official Fuel wallet.
https://wallet.fuel.network
Apache License 2.0
917 stars 403 forks source link

Adding import from seed phrase option #1117

Open bethatguyad opened 6 months ago

bethatguyad commented 6 months ago

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 commented 6 months ago

You can click on Import seed phrase.

Screenshot 2024-02-28 at 13 47 55
bethatguyad commented 6 months ago

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 commented 6 months ago

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

bethatguyad commented 6 months ago

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 commented 6 months ago

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

player0x3 commented 6 months ago

I need 24 words mnemonic phrase

LuizAsFight commented 5 months ago

@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