Concordium / concordium-smart-contract-tools

Tools for building, deploying, and interacting with smart contracts
Apache License 2.0
2 stars 8 forks source link

[front-end tools] Display raw bytes as hex string instead of buffer representation #146

Closed lassemoldrup closed 3 months ago

lassemoldrup commented 10 months ago

Suggestion: If we have no schema uploaded (and the read box returns the raw bytes), it would be better to return them e.g. in a hex type of string than the Buffer presentation (since for large objects it is hard to copy/read).

Screenshot from 2023-11-29 13-24-43

Originally posted by @DOBEN in https://github.com/Concordium/concordium-smart-contract-tools/issues/143#issuecomment-1831619130