-
Notifications
You must be signed in to change notification settings - Fork 74
Description
I'm trying to implement a feature where I need to have a parent hd wallet (base address) and many child addresses from it. I think the difference between the normal HTSS and my use case is that I will have to generate different shares for every child address instead of using the one's of the base address which means when I need to sign a transaction of child address, I will have to use that child-address shares in order to get private key and then sign it which will not be scalable for the use case. Here is the image below which demonstrate what I want to implement

I checked the current bip32 but I have doubts to support that use case with supporting to ECDSA (BTC, ETH, ...) /EDDSA (Solana, ...). Any help or guidance is really appreciated.
Thank you for the awesome library!