spacemeshos / smcli

Spacemesh command-line tool
https://spacemesh.io/
MIT License
8 stars 9 forks source link

Store keys in hex format #25

Closed lrettig closed 1 year ago

lrettig commented 1 year ago

Right now in #20, keys are marshaled using base58 (I think) as this is the default JSON handling of byte strings. Output keys in hex format instead, like smapp does.