|
|
|
|
|
by mpeg
1617 days ago
|
|
The idea that people put the URL in the blockchain is misleading and people keep repeating it as a mantra. 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. |
|