helia icon indicating copy to clipboard operation
helia copied to clipboard

An implementation of IPFS in JavaScript

Results 65 helia issues
Sort by recently updated
recently updated
newest added

I have no luck writing a ReactJS Hook for Helia. I keep getting the following errors... Any thoughts? Repro(s) 1. Start a new NextJS project 2. Add Helia 3. copy...

How to use PubSub on TypeScript ? I want to use PubSub on Typescript and try to use the sample code on this page [https://helia.io/modules/_helia_ipns.html](https://helia.io/modules/_helia_ipns.html) However when I run the...

## Title fix: @helia/* modules validate CID codec ## Description Closes: #377 @helia/* modules related to importing structured data, e.g. @helia/json; @helia/strings, check CID that is handed to `.get` method....

- [x] https://github.com/ipfs/helia/issues/585 - [x] https://github.com/ipfs/helia/pull/630 - [x] https://github.com/ipfs/helia/pull/447 - [x] Migration guide - https://github.com/ipfs/helia/wiki/Upgrade-guide-from-Helia-4.0.0-to-Helia-5.0.0 ## Post release - [ ] Upgrade js-libp2p examples - https://github.com/libp2p/js-libp2p-examples/pull/170#pullrequestreview-2310289205 ## Related * https://github.com/libp2p/js-libp2p/issues/2626

kind/tracking

When adding content to Helia and setting the 'pin' option to true, if a pin exists the add method will throw a generic error with the message 'Already Pinned'. The...