Cryptonomic / Tezori

Whitelabel wallet framework for the Tezos blockchain
Apache License 2.0
56 stars 13 forks source link

Multiple BIP44 pathes #654

Open m-kus opened 4 years ago

m-kus commented 4 years ago

The concept of a single manager account and multiple originated KTs all in one place was very convenient for handling multiple clients / multidelegation. Now when it's more complicated and expensive to deal with manager.tz based contracts, perhaps an alternative can be supporting multiple HD pathes. That would allow to manage all tz accounts in one place without switching.

anonymoussprocket commented 4 years ago

Multiple delegation contracts will be listed below the primary address.

Are you asking for multiple tz1 account support?

m-kus commented 4 years ago

Correct, derived from a single seed (mnemonic). This would also require scanning when importing an existing key, but luckily in Tezos you can iterate over HD paths until the first non-activated account is met.