this post was submitted on 22 Nov 2023
1 points (100.0% liked)

IPFS

3 readers
1 users here now

The InterPlanetary File System (IPFS) is a set of composable, peer-to-peer protocols for addressing, routing, and transferring content-addressed data in a decentralized file system. Many popular Web3 projects are built on IPFS - see the ecosystem directory for a list of some of these projects.

founded 1 year ago
MODERATORS
 

Hi everyone. I'm new to IPFS and I want to use it to store data and files, using a React/Node.js app and a private blockchain. Anyway, I've seen that the main lib js-ipfs has been deprecated in favour of Helia.

Given the fact that I'm realizing a university project (nothing commercial), can I still use the old library instead of Helia? There are tons of guides, tutorials, examples of it while there is literally nothing about Helia (even the doc is everything but clear).

top 3 comments
sorted by: hot top controversial new old
[–] volkris@alien.top 1 points 1 year ago

I've never seen anything saying IPFS was breaking compatibility with the old library, so it should be fine.

I assume you've seen the Helia git pages? It looks like they have a bunch of examples, though I've never tried to implement them.

https://github.com/ipfs-examples/helia-examples

[–] Trader-One@alien.top 1 points 1 year ago

kubo is better than helia. use JS library for talking to kubo using its REST API.

[–] OneKe@alien.top 1 points 1 year ago

I had many issues with Helia a couple months ago especially connecting to the open IPFS network due to lack of documentation but I believe something changed