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 · May be fixed by #225
Open

NFT metadata and creation time #198

arianejasuwienas opened this issue Jan 15, 2025 · 0 comments · May be fixed by #225
Assignees
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
@arianejasuwienas arianejasuwienas self-assigned this Jan 30, 2025
@arianejasuwienas arianejasuwienas moved this from Backlog to Epics In Progress in Smart Contract Sprint Board Jan 30, 2025
arianejasuwienas added a commit that referenced this issue Jan 30, 2025
@arianejasuwienas arianejasuwienas moved this from Epics In Progress to In Review in Smart Contract Sprint Board Jan 30, 2025
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
arianejasuwienas added a commit that referenced this issue Jan 31, 2025
arianejasuwienas added a commit that referenced this issue Jan 31, 2025
@acuarica acuarica moved this from In Review to Tasks In Progress in Smart Contract Sprint Board Feb 11, 2025
@arianejasuwienas arianejasuwienas moved this from Tasks In Progress to In Review in Smart Contract Sprint Board Feb 13, 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: In Review
Development

Successfully merging a pull request may close this issue.

1 participant