Having some trouble getting my project’s token name, links and icon to show up on explorers.
The token is the following: Token 534d4152544545 - Cardanoscan
With policyID: 0aa124d4536745e88208b90821c1bb409b06efc2ec289d71b9df425b
and assetName: 534d4152544545. (base16 for SMARTEE)
My cardano-token-registry PR has been accepted, and indeed I can find the metadata when I query the subject 0aa124d4536745e88208b90821c1bb409b06efc2ec289d71b9df425b534d4152544545 in the metadata server, but how come it doesn’t show up on explorers yet, and remains in its base16-encoded form?
Here’s the merged PR, if anyone needs it:
And to mint the asset, I followed the official step-by-step guide available on https://developers.cardano.org/docs/native-tokens/minting/
@HeptaSean I was using 1.31.0, looks like I double-base16encoded my asset name. Does 1.31.0 require encoded or unencoded token names on the --mint parameter?
Doesn’t look to me like it’s salvageable except through a redeploy.
I’m not sure if asset names with spaces work. They were one of the reasons for the hex encoding, but I think I’ve never seen a live example that Cardanoscan, pool.pm etc. can work with them.
Other reason could be that Cardanoscan does not show the real name without having metadata for some sort of security reasons.