helia-examples
helia-examples copied to clipboard
How to do most anything with your Helia node
The helia-electron example won't package a redistributable with electron 27. This PR updates electron to 28 beta, and adds an electron-builder example. I've only tested on linux, so YMMV
Steps to reproduce on macOS with node v20.5.0: ~/ gh repo clone ipfs-examples/helia-examples cd helia-examples/examples/helia-nextjs npm install npm start => ``` > [email protected] start > next start [Error: ENOENT: no...
NOTDIR: not a directory, stat '/Volumes/helia-in-electron 1.0.0/helia-in-electron.app/Contents/Resources/app.asar/helia.mjs' On running electron app , .mjs file is fine I am using electron-builder package to build app on mac/win
Hi everyone! I've been trying to connect to the IPFS network using Helia, but haven't been sucessful :( Could you plese help me? I have just made a port forwarding...
Continuation of https://github.com/ipfs/helia/issues/180 The example should first work for pinning remote content using a backend Helia client running in NodeJS. We should also explore showing a recommended path for browser...
Currently blocked because `create-react-app` doesn't support monorepos. In a monorepo dependencies are hoisted to the root, but CRA requires loading them from the project directory. ``` Failed to compile. Module...
As requested here: https://github.com/ipfs/helia/pull/103#discussion_r1178568734 This is an example for a Helia client that can be loaded in the browser.
When upgrading to latest helia and @helia/unixfs in helia-parcel, the test fails. ``` Uncaught Error: Cannot find module 'fs' at newRequire (index.44e46d94.js:61:19) at newRequire (index.44e46d94.js:45:18) at localRequire (index.44e46d94.js:84:35) at 7zyRM.147587d49733537e...
Not sure what the blockers are, but after a [post in slack](https://filecoinproject.slack.com/archives/C03KQ8MC62Y/p1680805370810729), I wanted to make sure we had an item tracking creating an example for this, and any blockers.
Ipns?
Was able to get Helia working, and it uploads my file, but I'm not able to see it on the public gateways? How do I publish to ipns or get...