kevinheavey / solders

A high-performance Python toolkit for Solana, written in Rust
https://kevinheavey.github.io/solders/
Apache License 2.0
232 stars 26 forks source link

Added HD Wallet Support (from_seed_and_derivation_path) #72

Closed hkey0 closed 10 months ago

hkey0 commented 10 months ago

I added the function I requested in the following issue. I may be missing something, sorry.

Description

Enables wallet creation using Seeds and Derivation paths. As an example, the path used by the phantom wallet has been tested. It only contains a wrapper for the following function.