meherett/python-hdwallet

Generate public address for different account index using root public key

rexefe opened this issue · 0 comments

Hello Guys,

most HD wallet generate wallet like this using the root key:
m/44'/0'/0'/0/0
m/44'/0'/1'/0/0
m/44'/0'/2'/0/0

so there is a need to use the root public key to generate public address in that format, how do we go about this using this library.

kind regards