helia
helia copied to clipboard
An implementation of IPFS in JavaScript
Is there any intention to support Remote Pinning within Helia as was possible previously with js-ipfs (eg. ipfs.pin.remote)? https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/PIN.md#ipfspinremotermalloptions If not is there any recommendation about which approach to use?
@BigLep @2color @lidel @tinytb ### What we need hey IPNS, publish a record with lifetime 100years using k1 keys. Published. Oh wait! there is new data, please update with same...
In #127 'defaults' were added so that Helia could be used 'plug and play' without providing any of it's necessary dependencies. That is great for people just trying it out...
Pinning only works If I upload some data using unixfs and then use that CID. I couldn't pin a CID thats already available on ipfs. So how do I use...
For an ActivityPub project I need `ipfs` in `deno` and this seems most promising to me. Currently it seems that the crypto.generateKeyPair is not supported, coming from https://github.com/libp2p/js-libp2p-crypto See https://stackoverflow.com/questions/72584422/how-to-convert-node-crypto-generatekeypairsync-to-deno...
I applied `unstable_enablePackageExports: true` in metro.config.js, but the problem still occurs in react-native. ## environment "react-native": "0.72.4" ## metro.config.js ``` /** * Metro configuration for React Native * https://github.com/facebook/react-native *...
* https://discuss.ipfs.tech/t/helia-retrievability-improvements/17088 * Twitter post * blog.ipfs.tech post * manually modify changelog with these changes (like from https://discuss.ipfs.tech/t/helia-retrievability-improvements/17088) * manually modify github-release notes with info (like from https://discuss.ipfs.tech/t/helia-retrievability-improvements/17088)
## Done Criteria A user can author content in their browser via Helia and have it retrievable by another machine through the [ipfs.io](http://ipfs.io/) gateway by relying on pinning services (but...
Currently Helia takes a blockstore that it enhances with bitswap. This creates a hard dependency on bitswap. To enable experimentation and adoption of faster/more use-case specific retrieval protocols (cars, graphsync,...