Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Add an opportunity to derive addresses from master public keys #3

Open
selevit opened this issue Oct 21, 2019 · 2 comments
Open

Add an opportunity to derive addresses from master public keys #3

selevit opened this issue Oct 21, 2019 · 2 comments

Comments

@selevit
Copy link

selevit commented Oct 21, 2019

The problem is explained here: https://community.libra.org/t/libra-bip32-addresses-proposal/1934

I’ve created an example in Python how to derive new Libra address from master public key and then send coins from this address: https://github.com/selevit/libra_bip32
Would be great to implement this approach in your awesome library.

Thanks a lot for the great job!

@yuan-xy
Copy link
Owner

yuan-xy commented Oct 22, 2019

I read your code, it works. I think maybe you can make a pull request based on it.

  1. Write a new KeyFactory class.
  2. implement libra_bip32 key derivation.
  3. write test code

@selevit
Copy link
Author

selevit commented Oct 23, 2019

So, I can do it, but a little bit later.
Will let you know when it's ready!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants