hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
14 stars 9 forks source link

Investigate options to improve user experience with token images #1047

Closed svienot closed 1 month ago

svienot commented 2 months ago

Problem

Metadata and media (image/video) related to an NFT are often downloaded from the IPFS. This is currently done via an IPFS public gateway which sometimes does not respond, or does not respond quickly enough, especially for large content (such as media content). In such cases, HashScan may fails to obtain the metadata, or may obtain it but then fail to obtain the image/video, hence providing a suboptimal user experience

Solution

Investigate options to improve the user experience in that area.

Alternatives

No response