🗃️IPFS

A decentralized data storage protocol.

TLDR

IPFS is a public distribution system where you can upload files too.

  • Uploaded files receive an address where they can be retrieved called a CID.

  • Files at a CID are immutable, this means they can never be altered once uploaded.

  • Files are persisted across many nodes so they live in more than one location.

Learn more about IPFS here

Last updated