Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFT metadata and creation time #198

Open
arianejasuwienas opened this issue Jan 15, 2025 · 0 comments
Open

NFT metadata and creation time #198

arianejasuwienas opened this issue Jan 15, 2025 · 0 comments
Labels
feature Enhancing an existing feature driven by business requirements. Typically backwards compatible.

Comments

@arianejasuwienas
Copy link
Contributor

The IHederaTokenService interface requires non-fungible token (NFT) information to include metadata and creation time, which are not part of the IERC721 interface and are currently unavailable for retrieval. To support this functionality, it is necessary to store the creation time in the token’s storage and use base64 encoding to generate metadata from the tokenUri (which is defined in the IERC721 interface).

@arianejasuwienas arianejasuwienas added the feature Enhancing an existing feature driven by business requirements. Typically backwards compatible. label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant