talonlab / python-hdwallet

Python-based library for the implementation of a Hierarchical Deterministic (HD) Wallet generator supporting more than 200 cryptocurrencies.
https://hdwallet.readthedocs.io
MIT License
461 stars 151 forks source link

Add BIP84 LTC support #78

Open yankevych opened 1 year ago

yankevych commented 1 year ago

Hi. Thanks for this very usefull lib! In one of my project I need to create LTC HD wallet and get error: NotImplementedError: BIP84HDWallet is not implemented for Litecoin mainnet cryptocurrency. Can you add support for it? Or maybe param "P2WPKH" for ExtendedPublicKey and ExtendedPrivateKey params is the same as in BTC and I can populate it to LTC ?