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

Feature Request: HD Wallet Support #68

Closed
hkey0 opened this issue Dec 18, 2023 · 3 comments
Closed

Feature Request: HD Wallet Support #68

hkey0 opened this issue Dec 18, 2023 · 3 comments

Comments

@hkey0
Copy link
Contributor

hkey0 commented Dec 18, 2023

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.

@kevinheavey
Copy link
Owner

kevinheavey commented Dec 18, 2023

@hkey0
Copy link
Contributor Author

hkey0 commented Dec 18, 2023

Think we just need a wrapper for this function? https://docs.rs/sol-chainsaw/latest/sol_chainsaw/solana_sdk/signature/keypair/fn.keypair_from_seed_and_derivation_path.html

This looks like it will definitely work

@kevinheavey
Copy link
Owner

Closed by #75

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

2 participants