-
Notifications
You must be signed in to change notification settings - Fork 440
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
Auto add sub accounts when importing from Mnemonic #1706
Comments
Could I take over this issue? I am a blockchain developer. I have experience writing smart contracts using Solidity, and Rust for EVM and non-EVM blockchains (like Solana, Cosmos, Stellar, etc). I believe my skill set can help me tackle this issue. |
Hello, i have been writing javasscript for quite a while now, i would be delighted to work on this. |
Gm, I would love to work on this I will enhance the account import functionality by extending the wallet to derive up to 50 accounts from the seed phrase After deriving, the wallet will filter accounts, showing only those with balance or transaction history in an additional step during the signup process. ETA - 2 days |
Could I take on this issue? |
Mind if I take this issue? |
Could I take a shot at this? |
I am Edoh Joseph Onome, a Blockchain Developer with over 4 years of experience in full-stack development, would love to take this on. Estimated Completion Time |
May I handle this issue? |
Hi , ETA: |
Hi, |
Is it okay if I take this? |
I am a Full Stack Developer with a strong background in blockchain and extensive experience in Next.js/React, TypeScript, and Rust. I’ve made over 49 contributions to over 17 projects in the OnlyDust ecosystem, solving complex issues and delivering efficient, scalable solutions. I can handle this task. |
When creating an account in Fuel Wallet by importing from seed phrase, the wallet by default will only insert the first account.
This issue aims to provide the user a way to also import another accounts from same bip44 derivation that he already used in the past
We should
A good UX example is how Rabby Wallet does it, allowing to import up to 50 accounts
The text was updated successfully, but these errors were encountered: