base58

base58-encode

encode a base16 string to a base58 string

Example

~ qx base58-encode 1234567890abcdef
# base58 string
43c9JGZmRvE

base58-decode

decode a base58 string to a base16 string

Example 1

~ qx base58-decode RmCYoUMqKZopUkai2YhUFHR9UeqjeyjTAgW
# base16 string
0df144d959afb6db4ad730a6e2c0daf46ceeb98c53a059cd6527
Contribute on GitHub

Report an Issue | View File | Edit File

© Copyright Qitmeer 2021.
This work is licensed under a Creative Commons Attribution 4.0 International License Creative Commons License