Skip to content

Commit 20b2d48

Browse files
authored
js-ipfs deprecation - replaced by Helia (#585)
This is a blog post accompanying the js-ipfs deprecation work that is active at ipfs/js-ipfs#4336
1 parent 95d3398 commit 20b2d48

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: ⛔️ js-IPFS deprecation / replaced by Helia 🌞
3+
description: 'js-IPFS is being deprecated, and has been superseded by Helia.'
4+
author: Alex Potsides (@achingbrain)
5+
date: 2023-05-26
6+
permalink: '/202305-js-ipfs-deprecation-for-helia/'
7+
header_image: '/header-image-js-ipfs-placeholder.png'
8+
tags:
9+
- 'helia'
10+
- 'js-ipfs'
11+
---
12+
13+
**TL;DR: [js-IPFS](https://github.com/ipfs/js-ipfs) is being deprecated, and has been superseded by [Helia](https://github.com/ipfs/helia).**
14+
15+
There are exciting times ahead for IPFS in JS. Some of you may have already heard of [Helia](https://github.com/ipfs/helia), the new implementation that's designed as a composable, lightweight, and modern replacement for js-IPFS.
16+
17+
It has a [simplified API](https://ipfs.github.io/helia/interfaces/_helia_interface.Helia.html) which can be extended by other modules depending on the requirements of your application such as [@helia/unixfs](https://github.com/ipfs/helia-unixfs), [@helia/ipns](https://github.com/ipfs/helia-ipns), [@helia/dag-cbor](https://github.com/ipfs/helia-dag-cbor) and [others](https://github.com/ipfs/helia#-code-structure).
18+
19+
It ships with the latest and greatest libp2p, which means it has the best connectivity options, including the new [WebTransport](https://github.com/libp2p/js-libp2p-webtransport) and [WebRTC](https://github.com/libp2p/js-libp2p-webrtc) transports that dramatically improve the connectivity options for browser environments.
20+
21+
[js-IPFS is in the process of being deprecated](https://github.com/ipfs/js-ipfs/issues/4336) so you should port your apps to Helia to receive bug fixes, features, and performance improvements moving forwards.
22+
23+
📚 [Learn more about this deprecation](https://github.com/ipfs/js-ipfs/issues/4336) or [how to migrate](https://github.com/ipfs/helia/wiki/Migrating-from-js-IPFS).
24+
25+
More new blog content discussing Helia coming soon!

0 commit comments

Comments
 (0)