Skip to content

Hierarchical Deterministic TSS #303

@aboozaid

Description

@aboozaid

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

Image

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions