Skip to content

Display NFT Metadata in Asset UI Metadata Section #33

@agmangas

Description

@agmangas

Currently, the asset metadata section in the UI does not surface any of the information stored in the asset's associated NFT. The request is to enhance this UI section by fetching and displaying the following NFT metadata fields:

  • Address (e.g., 0x8a9e3b9b7f2e3c8f3d8c...)
  • Asset ID (e.g., dataset_001)
  • Owner DID (e.g., did:iota:rms:0x6268...)
  • License (e.g., CC-BY-4.0)

Implementation notes:

  • Fetch the data via GET /nfts?assetId=<assetId> using the current asset's ID.
  • Append the retrieved fields as additional rows in the existing metadata UI section.
  • No new UI components should be needed. The rows should follow the same layout already used in the metadata panel.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions