dusk-network / rusk

The reference Dusk platform implementation and tools
Mozilla Public License 2.0
164 stars 60 forks source link

explorer: Decode memo to ASCII/UTF8 #2527

Closed HDauven closed 1 month ago

HDauven commented 1 month ago

Summary

Memos are currently displayed as HEX, unintelligible for the average user. It would be cool if users could check the meaning of memos.

Possible solution design or implementation

We could add a decode option that tries to convert the HEX value to ASCII/UTF8.