---
date: '2024-02-08'
description: decentralized storage and delivery network built on p2p networking and content-addressable storage using content identifiers.
id: IPFS
modified: 2026-06-05 15:08:27 GMT-04:00
tags:
  - seed
  - technical
title: IPFS
created: '2024-02-08'
published: '2024-02-08'
pageLayout: default
slug: thoughts/IPFS
permalink: https://aarnphm.xyz/thoughts/IPFS.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
IPFS is a decentralized storage and delivery networks which built on top of [[thoughts/p2p]] networking and content-based addressing (CID).

> Can be seen in [[thoughts/git]] repositories, BitTorent, and most recently Ethereum.

Similar to how we can reference an URI, we can look up its content by [[thoughts/Content-addressable storage|content-address]]

How would we use IPFS to share and publish data?

