Although most examples host content on IPFS, the spec suggests that other hosts such as HTTP could be used.
Any URI which contains a cryptographic hash which can be used to verify the integrity of the content found at the URI.
My question is, how should this be applied to HTTP/HTTPS? For example, to pull content from Github, I would also like to verify the download with a hash. How could I specify this hash?
Although most examples host content on IPFS, the spec suggests that other hosts such as HTTP could be used.
My question is, how should this be applied to HTTP/HTTPS? For example, to pull content from Github, I would also like to verify the download with a hash. How could I specify this hash?