kigawas/python-bip44

Hello. how can i get the address?

Noname400 opened this issue · 1 comments

Hello. how can i get the address?

You can use any library to import the public key and get the address by using the API in the external library.

For example you want to get a BTC address:

https://gist.github.com/circulosmeos/ef6497fd3344c2c2508b92bb9831173f

For ETH address, there is a utility function, please see quick start in the documentation.