-
Notifications
You must be signed in to change notification settings - Fork 37
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
Feature Request: HD Wallet Support #68
Comments
Think we just need a wrapper for this function? https://docs.rs/solana-sdk/latest/solana_sdk/signer/keypair/fn.keypair_from_seed_and_derivation_path.html |
This looks like it will definitely work |
Closed by #75 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, Solders caregivers,
I am currently using the Solders library to manage wallets and signatures in Solana. I have found the library to be extremely useful for my needs. However, there is one feature that I believe could significantly improve its functionality: HD Wallet support.
Feature Description:
HD Wallets provide a more secure and organized way to manage multiple addresses and keys. With HD Wallets, users can create an address tree from a single seed, which makes it easier to manage a large number of addresses and increases security by enabling different addresses to be used for different transactions.
This feature will make it easier to transfer the wallets we have created to other wallets. Normally I would like to add this feature, but due to my busy schedule, I can't do it right now, so I decided to create this issue in case someone is interested.
Thank you for considering this feature request. I look forward to any discussion or feedback on this proposal.
Best regards.
The text was updated successfully, but these errors were encountered: