First you have to understand that the nft attributes can be any type of data. It can contain a custom struct or even random junk. So you will have to know exactly what you are dealing with before you can correctly parse the attributes to useable values. There is no one-size-fits-all solution if you don't know that :)
First you have to understand that the nft attributes can be any type of data. It can contain a custom struct or even random junk. So you will have to know exactly what you are dealing with before you can correctly parse the attributes to useable values. There is no one-size-fits-all solution if you don't know that :)
Should just be base64 to ascii - in the dapp-core there is a function decodeBase64