-
Notifications
You must be signed in to change notification settings - Fork 0
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
Labels
feature
Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Comments
2 tasks
arianejasuwienas
added a commit
that referenced
this issue
Jan 30, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 30, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 30, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 31, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
arianejasuwienas
added a commit
that referenced
this issue
Jan 31, 2025
Signed-off-by: Mariusz Jasuwienas <[email protected]>
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.
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).
The text was updated successfully, but these errors were encountered: