|
|
|
|
|
by mpeg
1607 days ago
|
|
Almost all NFTs are hosted on IPFS. Opensea shows a CACHED version of the image, because pulling them directly from IPFS puts unnecessary strain on the network and is comparatively slow. The contract for the NFT generally just points to an IPFS identifier (a sha256 hash of the content), and it's up to the viewer (a website like opensea) to decide what ipfs gateway to use. Even if the ipfs network died you could still use other p2p methods to find the content, as long as someone was still hosting it. |
|