concordium-node-sdk-js icon indicating copy to clipboard operation
concordium-node-sdk-js copied to clipboard

Make example output more legible

Open abizjak opened this issue 2 years ago • 2 comments

Task description

Running (at least some) examples yields rather hard to understand output, e.g., hashes are not in hex, addresses are not in base58 (see screenshot which is the output of the simple-transfer example)

image

This should be fixed so that examples output understandable output.

abizjak avatar Nov 26 '23 16:11 abizjak

The implementation of #308 will probably make this easier to achieve.

soerenbf avatar Jan 15 '24 11:01 soerenbf

We have toString implementations on most of these types now, so this task would just be to ensure that these looks nice in the output

limemloh avatar May 16 '24 08:05 limemloh