ebellocchia / py_crypto_hd_wallet

HD wallet for cryptocurrencies based on my bip_utils library
MIT License
52 stars 34 forks source link

Solana "Public child derivation is not supported" #22

Closed SSez closed 2 years ago

SSez commented 2 years ago

bip_utils.bip.bip32.bip32_ex.Bip32KeyError: Public child derivation is not supported

Code_oiOm5uT1lT d

ebellocchia commented 2 years ago

Hi, Solana doesn't support public derivation (since it's based on the ed25519 curve) so you cannot create a watch-only wallet from a public key.

Regards, Emanuele

SSez commented 2 years ago

Oh, thanks anyway! 👍