|
|
|
|
|
by pjc50
1607 days ago
|
|
You can't really put content on the blockchain, that costs a surprising amount because of all the proof-of-waste. What happens is people put the content on a host and the URL on the blockchain. I suppose in theory it could be kept in IPFS, but few NFTs seem to bother with that. |
|
Yes, you put a URL on the blockchain but it's almost always a URL to the ipfs protocol e.g. ipfs://QmVc6zuAneKJzicnJpfrqCH9gSy6bz54JhcypfJYhGUFQu
This identifier is a base58 encoding of a sha256 hash that points to the content. It doesn't actually tell you what host to use to find the content, that's completely left to the client app; so you could use an ipfs gateway like cloudflare-ipfs.com or ipfs.io or you could, imagining a future in which ipfs is not used anymore, use any other kind of p2p network to find the content.
Just like gnutella, or torrents, as long as someone out there is hosting the content it's usually possible to find it.