Skip to content

Implement on-chain metadata display on key detail page from contract storage #1033

Description

@Chucks1093

Summary

Fetch and display creator key metadata directly from the on-chain contract storage on the key detail page, ensuring name, symbol, description, and image are always the canonical on-chain values.

Scope

  • Metadata fetched from get_metadata contract call on key detail load
  • Name and symbol shown in page header from on-chain source
  • Description rendered in about section
  • Image loaded from IPFS CID stored in metadata
  • Fallback to API metadata if on-chain call fails with stale indicator

Acceptance Criteria

  • Metadata fetched from contract and rendered correctly
  • Image loaded from IPFS CID with loading skeleton
  • Fallback to API metadata on contract call failure
  • Stale indicator shown when fallback is active
  • Metadata refreshed on creator update event

ETA

12 hours

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions