helia-examples
helia-examples copied to clipboard
How to do most anything with your Helia node
# Helia Remix Example This example demonstrates how to integrate Helia with a [Remix](https://remix.run/) application, enabling seamless interaction with the IPFS network. It showcases how to: - Initialize Helia within...
The default libp2p configuration includes a upnp configuration, so `await createHelia()` throws if this isn't supported (I am running on Apple M3, personal wifi): ``` Error: Service not found at...
A few fixes here: * updates all deps to latest * updates the README.md to recommend `npm run dev` instead of `npm start` after npm install * ~~updates next.config.js to...
feat: run helia-101 with Deno ## Currently failing: ``` error: Uncaught (in promise) Error: Not implemented: jwk private key export not implemented at notImplemented (ext:deno_node/_utils.ts:9:9) at PrivateKeyObject.export (ext:deno_node/internal/crypto/keys.ts:450:7) at generateKeyPairSync...
1. Went through a ran `npm outdated` and `npx npm-check-updates` on each example to find outdated dependencies and also update to the newest version 2. Specifically modified the Typescript example....
Bumps [electron](https://github.com/electron/electron) from 35.7.5 to 39.2.4. Release notes Sourced from electron's releases. electron v39.2.4 Release Notes for v39.2.4 Fixes Fixed an issue where the close callback param for menu.popup would...
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 15.5.6 to 16.0.5. Release notes Sourced from eslint-config-next's releases. v16.0.5 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
Bumps [next](https://github.com/vercel/next.js) from 15.5.6 to 16.0.5. Release notes Sourced from next's releases. v16.0.5 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.18.0 to 8.48.0. Release notes Sourced from @typescript-eslint/parser's releases. v8.48.0 8.48.0 (2025-11-24) 🚀 Features eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#10744) rule-tester: remove workaround for...