💾 Archived View for gemini.astyanax.io captured on 2022-06-03 at 22:41:47. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-03-01)
-=-=-=-=-=-=-
IPFS is a peer-to-peer protocol to share and access content-addressed data.
Everything in IPFS is addressed by an IPFS-path like:
/(ipfs|ipns)/<content_identifier>/path/to/thing
The content identifier (CID) can be obtained by adding files or folders to your IPFS daemon with "ipfs add".
This gateway allows to access IPFS resources using the Gemini protocol.
It works similar to the HTTP gateway. You can provide IPFS and IPNS paths as follows:
More information about this gateway
Gemini-IPFS gateway source code