Support for Tezos? #21
Closed
LordDarkHelmet
started this conversation in
Ideas
Replies: 1 comment
-
Okay, I will implement it in the next version but, you can also implement it. After you finish just create a pull request for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am learning about working with Tezos (XTZ) HD wallets. Your project has broad support for many currencies, but Tezos does not seem to be one on your list. Is this something easy to add? Looking through the code I can see that adding coins happens in
hdwallet/cryptocurrencies.py
It looks like you would just add something like this:
Clearly from the above I do not have all of the details as I have not used HD wallets with Tezos before. Is there documentation on how to derive/find/add the missing variables?
http://tezos-wiki.jp/wiki/index.php?title=List_of_address_prefixes (looks like BTC's values)
https://gitlab.com/tezos/tezos/blob/master/src/lib_crypto/base58.ml
It looks like there is no standard WIF format in Tezos.
Beta Was this translation helpful? Give feedback.
All reactions