| description |
|---|
IPFS network information. |
import CardList from '@site/src/components/CardList'
The Interplanetary File System (IPFS) is a distributed, peer-to-peer (p2p) storage network used for storing and accessing files, websites, applications, and data.
:::caution Restricted access
New IPFS key creation is disabled for all users. Only IPFS keys that were active in late 2024 continue to have access to the IPFS network.
:::
Content is accessible from peer nodes located anywhere in the world. These nodes relay information, store it, or both.
To integrate your IPFS project with Infura, create an Infura API key.
:::info See also
See the official IPFS documentation for more information. Check out the IPFS Quick Start docs to get up and running with IPFS.
:::
<CardList items={[ { href: "quickstart", title: "Quickstart", description: "Learn how to quickly connect and make calls to the IPFS network." }, { href: "http-api-methods", title: "HTTP APIs", description: "View the APIs available for communicating with the IPFS network." }, { href: "../../../developer-tools/dashboard/get-started/create-api/", title: "Create an API key", description: "Learn how to create and secure an API key." } ]} />