encode a base16 string to a base58 string
~ qx base58-encode 1234567890abcdef
# base58 string
43c9JGZmRvE
decode a base58 string to a base16 string
~ qx base58-decode RmCYoUMqKZopUkai2YhUFHR9UeqjeyjTAgW
# base16 string
0df144d959afb6db4ad730a6e2c0daf46ceeb98c53a059cd6527
© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License