-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request