# \[object Object\]

Published articles for \[object Object\].

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## IPFS is moving beyond the sponsored gateways

DevFeed: [IPFS is moving beyond the sponsored gateways](<https://devfeed.tech/articles/ipfs-is-moving-beyond-the-sponsored-gateways-35631.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2026-08-beyond-sponsored-gateways/>)

Published: 2026-08-25T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [gateway](<https://devfeed.tech/topics/gateway.md>), [P2P](<https://devfeed.tech/topics/p2p.md>), [browser](<https://devfeed.tech/topics/browser.md>)

Tags: [distributed](<https://devfeed.tech/tags/distributed.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [open-web](<https://devfeed.tech/tags/open-web.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>), [time](<https://devfeed.tech/tags/time.md>)

### AI overview

IPFS is changing how the ipfs.io and dweb.link gateways operate, shifting content retrieval from centralized servers toward service workers that connect directly to peers and verify content in the browser. The article also describes self-hosted gateways, browser-based IPFS nodes, and paid pinning and retrieval providers as alternatives.

### Source excerpt

How IPFS is shifting from centralized public gateways to distributed infrastructure and client-side retrieval.

## Optimistic Provide: How We Made IPFS Content Publishing 10x Faster

DevFeed: [Optimistic Provide: How We Made IPFS Content Publishing 10x Faster](<https://devfeed.tech/articles/optimistic-provide-how-we-made-ipfs-content-publishing-10x-faster-35630.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2026-05-optimistic-provide/>)

Author: Dennis Trautwein

Published: 2026-05-16T00:00:00Z

Content type: article

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [ipfs](<https://devfeed.tech/tags/ipfs.md>), [kubo](<https://devfeed.tech/tags/kubo.md>), [latency](<https://devfeed.tech/tags/latency.md>), [networking](<https://devfeed.tech/tags/networking.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [optimisation](<https://devfeed.tech/tags/optimisation.md>), [performance](<https://devfeed.tech/tags/performance.md>), [publishing](<https://devfeed.tech/tags/publishing.md>)

### AI overview

The article explains Optimistic Provide, an optimization for publishing content through IPFS's Amino DHT. It describes how the technique reduces upload latency from more than 13 seconds to less than one second while reducing network overhead by 40%, and notes that it shipped by default in Kubo 0.39.0.

### Source excerpt

How a statistical approach cut IPFS content publishing times by over one order of magnitude.

## IPIP-0499: Updating IPFS Standards for Consistent, Reproducible CIDs

DevFeed: [IPIP-0499: Updating IPFS Standards for Consistent, Reproducible CIDs](<https://devfeed.tech/articles/ipip-0499-updating-ipfs-standards-for-consistent-reproducible-cids-35629.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2026-03-reproducible-cids/>)

Author: Michelle Lee

Published: 2026-03-09T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [content addressed store](<https://devfeed.tech/topics/content-addressed-store.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [ipfs](<https://devfeed.tech/tags/ipfs.md>), [kubo](<https://devfeed.tech/tags/kubo.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [standards](<https://devfeed.tech/tags/standards.md>), [verification](<https://devfeed.tech/tags/verification.md>)

### AI overview

IPIP-0499 has been merged into the IPFS specification and defines configuration profiles for DAG construction. Implementations that conform to the same profile produce the same CID for identical input, enabling direct CID comparison for verification and providing a more performant default for large files.

### Source excerpt

IPIP-0499 makes IPFS CIDs deterministic and consistent across all implementations.

## IPLD 2025 Review: From Monoliths to Modules

DevFeed: [IPLD 2025 Review: From Monoliths to Modules](<https://devfeed.tech/articles/ipld-2025-review-from-monoliths-to-modules-35627.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2026-01-ipld-2025-review/>)

Author: Volker Mische

Published: 2026-01-19T00:00:00Z

Content type: article

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [Rust](<https://devfeed.tech/topics/rust.md>), [modules](<https://devfeed.tech/topics/modules.md>), [migration](<https://devfeed.tech/topics/migration.md>), [IPFS](<https://devfeed.tech/topics/ipfs.md>), [AT Protocol](<https://devfeed.tech/topics/atproto.md>), [deprecated](<https://devfeed.tech/topics/deprecated.md>)

Tags: [deprecated](<https://devfeed.tech/tags/deprecated.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [migration](<https://devfeed.tech/tags/migration.md>), [modules](<https://devfeed.tech/tags/modules.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [rust](<https://devfeed.tech/tags/rust.md>)

### AI overview

The article reviews progress in the IPLD ecosystem during 2025 and previews work for 2026. It describes the Rust IPLD implementation's migration to separate crates, its deprecation, improved performance for Python DAG-CBOR and Bluesky custom feeds, and a migration path to Serde-based crates.

### Source excerpt

The year that brought us modular Rust libraries, faster DAG-CBOR, stable multiformats, and a simpler on-ramp with DASL.

## Content-Addressing: A Year In Review

DevFeed: [Content-Addressing: A Year In Review](<https://devfeed.tech/articles/content-addressing-a-year-in-review-35628.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2026-01-year-in-review/>)

Author: Robin Berjon

Published: 2026-01-15T00:00:00Z

Content type: opinion

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [content addressed store](<https://devfeed.tech/topics/content-addressed-store.md>), [IPFS](<https://devfeed.tech/topics/ipfs.md>), [P2P](<https://devfeed.tech/topics/p2p.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [content](<https://devfeed.tech/tags/content.md>), [decentralized](<https://devfeed.tech/tags/decentralized.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [peer-to-peer](<https://devfeed.tech/tags/peer-to-peer.md>), [review](<https://devfeed.tech/tags/review.md>), [year-in-review](<https://devfeed.tech/tags/year-in-review.md>)

### AI overview

A 2025 year-in-review of content addressing describes its role in data verification and independence from centralized authorities. It highlights IPFS community progress toward a more modular technology suite, including standards, specifications, and purpose-built libraries.

### Source excerpt

Let's take a look at what happened in content addressing in 2025 -- it's a lot!

## How to Migrate IPFS Websites from Fleek to Modular Infrastructure

DevFeed: [How to Migrate IPFS Websites from Fleek to Modular Infrastructure](<https://devfeed.tech/articles/how-to-migrate-ipfs-websites-from-fleek-to-modular-infrastructure-35632.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2026-fleek-migration/>)

Author: Marcin Rataj

Published: 2026-01-06T00:00:00Z

Content type: tutorial

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [content addressed store](<https://devfeed.tech/topics/content-addressed-store.md>), [GitHub Pages](<https://devfeed.tech/topics/github-pages.md>), [Self-hosted](<https://devfeed.tech/topics/self-hosted.md>), [GitHub Actions](<https://devfeed.tech/topics/github-actions.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [github-actions](<https://devfeed.tech/tags/github-actions.md>), [github-pages](<https://devfeed.tech/tags/github-pages.md>), [guide](<https://devfeed.tech/tags/guide.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [migrate](<https://devfeed.tech/tags/migrate.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [self-hosted](<https://devfeed.tech/tags/self-hosted.md>)

### AI overview

This practical guide explains how the IPFS Project migrated more than 15 websites from Fleek after its hosting service was discontinued. It describes a modular setup combining GitHub Pages for HTTPS hosting, Kubo for CID and CAR creation, IPFS Cluster for pinning, and DNSLink for URL mapping, providing both HTTP and IPFS access.

### Source excerpt

A how-to guide for future-proofing your content-addressed website hosting.

## Faster Peer-to-Peer Retrieval in Browsers With Caching in the Delegated Routing HTTP Server

DevFeed: [Faster Peer-to-Peer Retrieval in Browsers With Caching in the Delegated Routing HTTP Server](<https://devfeed.tech/articles/faster-peer-to-peer-retrieval-in-browsers-with-caching-in-the-delegated-routing-http-server-35625.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2025-delegated-routing-caching/>)

Author: Daniel Norman

Published: 2025-09-05T00:00:00Z

Content type: article

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [networking](<https://devfeed.tech/topics/networking.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [helia](<https://devfeed.tech/tags/helia.md>), [http](<https://devfeed.tech/tags/http.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [peer-to-peer](<https://devfeed.tech/tags/peer-to-peer.md>)

### AI overview

The article explains how Someguy, IPFS's Delegated Routing HTTP API, uses cached provider addresses and active DHT peer probing to improve provider discovery. The changes increase the share of providers returned with addresses and support faster IPFS content retrieval in browsers and mobile applications.

### Source excerpt

How caching and active peer probing in the Someguy, the Delegated Routing server accelerates peer-to-peer content retrieval in browsers and mobile applications.

## Ed25519 Support Arrives in Chrome

DevFeed: [Ed25519 Support Arrives in Chrome](<https://devfeed.tech/articles/ed25519-support-in-chrome-making-the-web-faster-and-safer-35623.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2025-08-ed25519/>)

Author: Bumblefudge

Published: 2025-08-13T00:00:00Z

Content type: article

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [ed25519](<https://devfeed.tech/topics/ed25519.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [Cryptography](<https://devfeed.tech/topics/cryptography.md>), [digital signature](<https://devfeed.tech/topics/digital-signature.md>), [API](<https://devfeed.tech/topics/api.md>), [Security](<https://devfeed.tech/topics/security.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [browsers](<https://devfeed.tech/tags/browsers.md>), [chrome](<https://devfeed.tech/tags/chrome.md>), [cryptography](<https://devfeed.tech/tags/cryptography.md>), [digital-signature](<https://devfeed.tech/tags/digital-signature.md>), [ed25519](<https://devfeed.tech/tags/ed25519.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

Chrome 137 adds Ed25519 support to the WebCrypto API, completing support across the major browser engines described in the article.

### Source excerpt

Ed25519 is now supported in Chrome, finally joining the other browsers after much effort.

## New js-libp2p Developer Tools Enable Real-Time Debugging for js-libp2p and Helia Nodes

DevFeed: [New js-libp2p Developer Tools Enable Real-Time Debugging for js-libp2p and Helia Nodes](<https://devfeed.tech/articles/debugging-superpowers-with-the-new-js-libp2p-developer-tools-35626.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2025-js-libp2p-helia-devtools/>)

Author: Daniel Norman

Published: 2025-07-25T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [debug](<https://devfeed.tech/topics/debug.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [tracing](<https://devfeed.tech/topics/tracing.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [developer-tools](<https://devfeed.tech/tags/developer-tools.md>), [github](<https://devfeed.tech/tags/github.md>), [helia](<https://devfeed.tech/tags/helia.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [node](<https://devfeed.tech/tags/node.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [tracing](<https://devfeed.tech/tags/tracing.md>)

### AI overview

Shipyard introduces js-libp2p inspector, a set of developer tools for inspecting and debugging js-libp2p and Helia nodes in browsers and Node.js. The tools include a browser extension, an Electron app, and a metrics package, with setup guidance and source code available on GitHub.

### Source excerpt

Discover the new js-libp2p developer tools from Shipyard that provide real-time debugging capabilities for js-libp2p and Helia nodes in both browsers and Node.js.

## 🌳 IPFS Newsletter 205: HTTP, P2P in browsers, Kubo speedup & more

DevFeed: [🌳 IPFS Newsletter 205: HTTP, P2P in browsers, Kubo speedup & more](<https://devfeed.tech/articles/ipfs-newsletter-205-http-p2p-in-browsers-kubo-speedup-more-35636.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/newsletter-205/>)

Published: 2025-05-23T00:00:00Z

Content type: news

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [P2P](<https://devfeed.tech/topics/p2p.md>), [browsers](<https://devfeed.tech/topics/browsers.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [http](<https://devfeed.tech/tags/http.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [p2p](<https://devfeed.tech/tags/p2p.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

The IPFS Newsletter returns with updates on HTTP support across the IPFS stack, peer-to-peer retrieval in browsers, Kubo, the Service Worker Gateway, and IPNI service improvements.

### Source excerpt

The IPFS Newsletter is back, with many exciting updates to share: HTTP support across the IPFS stack, P2P in browsers, Kubo speedup, and more.

## Spring 2025 IPFS Utility Grantees

DevFeed: [Spring 2025 IPFS Utility Grantees](<https://devfeed.tech/articles/spring-2025-ipfs-utility-grantees-35622.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2025-05-grants/>)

Author: Robin Berjon

Published: 2025-05-12T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [AT Protocol](<https://devfeed.tech/topics/atproto.md>), [Local-First](<https://devfeed.tech/topics/local-first.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [announce](<https://devfeed.tech/tags/announce.md>), [development](<https://devfeed.tech/tags/development.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

The IPFS Implementations Grants program announces the grantees of its Spring 2025 utility grant cycle. Supported projects include an AT Protocol CAR explorer, Filecoin CAR indexing tools, and DASL testing work intended to improve tooling, interoperability, and developer access across the IPFS ecosystem.

### Source excerpt

We're delighted to announce the grantees for the Spring 2025 round of IPFS Utility Grants.

## The Static Website Manifesto

DevFeed: [The Static Website Manifesto](<https://devfeed.tech/articles/the-static-website-manifesto-35621.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2025-03-static-web-manifesto/>)

Author: Justin Hunter

Published: 2025-03-06T00:00:00Z

Content type: opinion

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Website](<https://devfeed.tech/topics/website.md>), [P2P](<https://devfeed.tech/topics/p2p.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [web-standards](<https://devfeed.tech/topics/web-standards.md>)

Tags: [css](<https://devfeed.tech/tags/css.md>), [html](<https://devfeed.tech/tags/html.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [modern-web-development](<https://devfeed.tech/tags/modern-web-development.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [open-web](<https://devfeed.tech/tags/open-web.md>), [peer-to-peer](<https://devfeed.tech/tags/peer-to-peer.md>), [website](<https://devfeed.tech/tags/website.md>)

### AI overview

The article presents a manifesto for making website publishing simpler and more enjoyable. It argues that IPFS is a natural fit for open websites because content addressing can provide peer-to-peer access, availability when a node serves the data, and built-in versioning for site content. It also criticizes the complexity of modern web development and advocates the continued usefulness of HTML, CSS, and JavaScript.

### Source excerpt

Building websites used to be fun. Let's bring back the joy of putting your work online by using open protocols like IPFS.

## Could IPFS Have Prevented the Bybit Hack?

DevFeed: [Could IPFS Have Prevented the Bybit Hack?](<https://devfeed.tech/articles/could-ipfs-have-prevented-the-bybit-hack-35624.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2025-could-ipfs-prevent-bybit-hack/>)

Author: Daniel Norman

Published: 2025-02-28T00:00:00Z

Content type: opinion

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Security](<https://devfeed.tech/topics/security.md>), [Web](<https://devfeed.tech/topics/web.md>), [smart contract](<https://devfeed.tech/topics/smart-contract.md>)

Tags: [aws-s3](<https://devfeed.tech/tags/aws-s3.md>), [defense-in-depth](<https://devfeed.tech/tags/defense-in-depth.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [s3](<https://devfeed.tech/tags/s3.md>), [security](<https://devfeed.tech/tags/security.md>), [smart-contract](<https://devfeed.tech/tags/smart-contract.md>), [social-engineering](<https://devfeed.tech/tags/social-engineering.md>)

### AI overview

The article examines the Bybit hack, in which a malicious Safe frontend led multisig owners to sign a harmful transaction. It argues that IPFS content addressing and local verification could have provided an additional preventive layer for dapp frontends, while noting that the exact method of AWS S3 access was unclear.

### Source excerpt

The Bybit hack revealed several security failures, this post examines whether IPFS could have helped prevent the hack and practical solutions for dapp developers.

## IPFS on the Web in 2024: Update From Interplanetary Shipyard

DevFeed: [IPFS on the Web in 2024: Update From Interplanetary Shipyard](<https://devfeed.tech/articles/ipfs-on-the-web-in-2024-update-from-interplanetary-shipyard-35620.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2024-shipyard-improving-ipfs-on-the-web/>)

Author: Daniel Norman

Published: 2024-11-25T00:00:00Z

Content type: article

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Web](<https://devfeed.tech/topics/web.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>)

Tags: [ipfs](<https://devfeed.tech/tags/ipfs.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [update](<https://devfeed.tech/tags/update.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Interplanetary Shipyard reports progress toward making IPFS work directly on the Web, focusing on resilient, decentralized, and locally verified data retrieval. The article discusses browser constraints, public gateways, and Verified Fetch, a TypeScript library built on Helia to simplify retrieval by CID.

### Source excerpt

Update from Interplanetary Shipyard on our efforts to make IPFS work on the Web.

## IPFS Check improves debugging of IPFS Mainnet data retrievability

DevFeed: [IPFS Check improves debugging of IPFS Mainnet data retrievability](<https://devfeed.tech/articles/improved-debugging-with-ipfs-check-35634.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/ipfs-check/>)

Author: Daniel Norman

Published: 2024-10-07T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [debugging](<https://devfeed.tech/topics/debugging.md>), [data](<https://devfeed.tech/topics/data.md>), [Web app](<https://devfeed.tech/topics/webapp.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>)

Tags: [availability](<https://devfeed.tech/tags/availability.md>), [data](<https://devfeed.tech/tags/data.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [routing](<https://devfeed.tech/tags/routing.md>), [tool](<https://devfeed.tech/tags/tool.md>), [web](<https://devfeed.tech/tags/web.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

IPFS Check is an overhauled web-based debugging tool for the IPFS Mainnet public network. It helps users and developers determine whether data is routable and retrievable by CID and provides explanations when retrieval fails.

### Source excerpt

IPFS Check is a debugging tool for IPFS Mainnet. It helps you check if data is routable and retrievable by CID on IPFS Mainnet.

## Migrating from Brave to IPFS Desktop

DevFeed: [Migrating from Brave to IPFS Desktop](<https://devfeed.tech/articles/migrating-from-brave-to-ipfs-desktop-35619.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/2024-brave-migration-guide/>)

Published: 2024-08-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [migration](<https://devfeed.tech/topics/migration.md>), [browser](<https://devfeed.tech/topics/browser.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [file](<https://devfeed.tech/topics/file.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [browsers](<https://devfeed.tech/tags/browsers.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [file](<https://devfeed.tech/tags/file.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [kubo](<https://devfeed.tech/tags/kubo.md>), [migrate](<https://devfeed.tech/tags/migrate.md>), [object-object](<https://devfeed.tech/tags/object-object.md>)

### AI overview

A guide to moving an IPFS node and data from Brave Browser to IPFS Desktop after Brave removed support for running an IPFS node in stable release v1.69.153. It explains why migration may be needed and identifies the components required for a standalone IPFS setup.

### Source excerpt

Complete Guide to Migrating Your IPFS Data

## IPFS News Issue 204

DevFeed: [IPFS News Issue 204](<https://devfeed.tech/articles/ipfs-news-issue-204-35635.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/newsletter-204/>)

Published: 2024-04-30T00:00:00Z

Content type: news

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [fetch](<https://devfeed.tech/topics/fetch.md>), [Networks](<https://devfeed.tech/topics/networks.md>)

Tags: [event](<https://devfeed.tech/tags/event.md>), [fetch](<https://devfeed.tech/tags/fetch.md>), [gateway](<https://devfeed.tech/tags/gateway.md>), [helia](<https://devfeed.tech/tags/helia.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [kubo](<https://devfeed.tech/tags/kubo.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [news](<https://devfeed.tech/tags/news.md>), [object-object](<https://devfeed.tech/tags/object-object.md>)

### AI overview

IPFS News 204 highlights registration for IPFS Camp 2024, the release of a fetch-like Web-native abstraction for retrieving content from IPFS-compatible networks, Helia's usage survey, and recent IPFS ecosystem updates.

### Source excerpt

Welcome to IPFS News 204! Featuring @helia/verified-fetch and the IPFS Camp 2024 track list.

## Verified IPFS Retrieval in Browsers with @helia/verified-fetch

DevFeed: [Verified IPFS Retrieval in Browsers with @helia/verified-fetch](<https://devfeed.tech/articles/verified-ipfs-retrieval-in-browsers-with-helia-verified-fetch-35638.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/verified-fetch/>)

Author: Daniel Norman

Published: 2024-04-18T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Library](<https://devfeed.tech/topics/library.md>), [browsers](<https://devfeed.tech/topics/browsers.md>), [Web platform](<https://devfeed.tech/topics/web-platform.md>)

Tags: [browsers](<https://devfeed.tech/tags/browsers.md>), [helia](<https://devfeed.tech/tags/helia.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [library](<https://devfeed.tech/tags/library.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>)

### AI overview

The Shipyard team announces @helia/verified-fetch, a library for verified IPFS content retrieval in browsers and JavaScript runtimes. It supports IPNS and DNSLink resolution and addresses browser constraints that make peer-to-peer retrieval difficult.

### Source excerpt

Verified Fetch is a library streamlining verified retrieval of IPFS content in browsers and JS runtimes, with native support for IPNS, and DNSLink resolution

## Announcing the IPFS Camp 2024 Track List

DevFeed: [Announcing the IPFS Camp 2024 Track List](<https://devfeed.tech/articles/announcing-the-ipfs-camp-2024-track-list-35633.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/ipfs-camp-2024-track-list/>)

Published: 2024-04-11T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [networking](<https://devfeed.tech/topics/networking.md>), [data](<https://devfeed.tech/topics/data.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [databases](<https://devfeed.tech/tags/databases.md>), [decentralized](<https://devfeed.tech/tags/decentralized.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [networking](<https://devfeed.tech/tags/networking.md>), [object-object](<https://devfeed.tech/tags/object-object.md>)

### AI overview

IPFS Camp 2024 announces its track list for the July 11-13 event in Brussels. The program covers decentralized applications and publishing, public records and human rights, AI ethics and ownership, climate resilience, large-scale data synchronization, and libp2p networking.

### Source excerpt

To give you a taste of what kinds of topics IPFS Camp will cover this year, we're excited to share the 2024 track list!

## Interplanetary Shipyard Introduces Its Team and Roadmap for IPFS and libp2p

DevFeed: [Interplanetary Shipyard Introduces Its Team and Roadmap for IPFS and libp2p](<https://devfeed.tech/articles/ipfs-libp2p-devs-go-independent-meet-interplanetary-shipyard-35637.md>)

Original publisher: [Read original article](<https://blog.ipfs.tech/shipyard-hello-world/>)

Author: Adin Schmahmann

Published: 2024-04-08T00:00:00Z

Content type: release

Language: en

Sources: [IPFS](<https://devfeed.tech/sources/ipfs.md>)

Topics: [IPFS](<https://devfeed.tech/topics/ipfs.md>), [Maintainers](<https://devfeed.tech/topics/maintainers.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [decentralized-web](<https://devfeed.tech/topics/decentralized-web.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [coding-community](<https://devfeed.tech/topics/coding-community.md>)

Tags: [decentralized-web](<https://devfeed.tech/tags/decentralized-web.md>), [ipfs](<https://devfeed.tech/tags/ipfs.md>), [libp2p](<https://devfeed.tech/tags/libp2p.md>), [maintainers](<https://devfeed.tech/tags/maintainers.md>), [object-object](<https://devfeed.tech/tags/object-object.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Interplanetary Shipyard, an independent collective of maintainers, introduces its team and roadmap for supporting open-source projects in the IPFS and libp2p ecosystem. The post describes initiatives involving browser retrieval, minimal HTTP-based protocols, and debugging tools.

### Source excerpt

Meet the team behind Interplanetary Shipyard, the newly created entity of many core maintainers behind the most popular implementations of IPFS and libp2p.