Real-Currents IPFS integration#33
Conversation
|
Cursor Agent can help with this pull request. Just |
|
@cursoragent Please resolve conflicts in: |
|
Merge conflicts are resolved. Summary: Conflicts ResolvedFile: Cause: The branch had commits that added the "Information architecture in the [Augmented|Virtual|eXtended] Reality Age" post, while Resolution: Both posts are kept, in date order (newest first):
The Three.js Portal Effect description was updated to: "A demo of how to use clipping planes to construct/project WebXR scenes in mixed reality - through the portal!" The branch was rebased onto |
aaa9be6 to
6833eb7
Compare
- Add custom server.js with IPFS gateway, IPNS gateway, deploy API - Add ipfs-http-client and mime-types dependencies - Update dev/start scripts to use custom server - Add GitHub Actions deploy.yml (Gandi + IPFS + IPNS publish) - Update next.config: trailingSlash, images.unoptimized - Add IpfsLinks component and /api/ipfs/current endpoint - Add .env.example and docs/IPFS-INTEGRATION.md Co-authored-by: John Hall <dancingfrog@users.noreply.github.com>
6833eb7 to
44db340
Compare


Integrates IPFS/IPNS capabilities into the Real-Currents site to provide immutable snapshots and stable, updateable pointers while maintaining HTTP compatibility.
This PR implements a 3-tier IPFS integration:
It introduces
/ipfs/<cid>/...for immutable content and/ipns/<name>/...for stable, updateable pointers, alongside the existing Next.js routes.