Skip to content

Conversation

SoftwareMaestro16
Copy link

@SoftwareMaestro16 SoftwareMaestro16 commented Jul 11, 2025

During development, I attempted to fix the metadata display for Teleitem NFTs.
When I checked the NFT content via the get method and decoded the cell with code starting b5ee..., I discovered that in addition to the JSON file link, a token_name field was included, which prevented the metadata from displaying correctly.

To address this, I modified ItemStorage by adding:
• content: cell
• token: Cell "ItemContent"

I also defined ItemContent as:
• dns: cell?
• tokenInfo: Cell "TokenNameAndDomain"

Finally, I updated the getter method get_telemint_token_name to correctly retrieve the token_name according to the updated storage structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant