Mauve Signweaver
Mauve Signweaver
The IPFS-companion extension has been doing amazing things for allowing browsers to integrate with the network. They allow stuff like [rerouting ipfs:// URLs to the local gateway](https://github.com/ipfs-shipyard/ipfs-companion#automagical-detection-of-ipfs-resources) and providing a...
Make a wrapper over the SDK using [nodejs-mobile-react-native](https://github.com/janeasystems/nodejs-mobile-react-native) and provide it to React-Native apps.
Similar to webtorrent-hybrid, it should be possible to load the SDK in a hybrid mode on Node.js where it connects to WebRTC in addition to raw hyperswarm to help seed...
At the moment there seems to be several ways to interact with IPFS: - Initializing a js-ipfs node - Using js-ipfs-http-client either to a local gateway or some brave-specific stuff...
Since Async Iteration is on the cusp of [being available everywhere](https://github.com/tc39/proposal-async-iteration#native-implementations), the following dream code could become a reality: ```javascript async function (client) { await client.subscribe("some/+/topic"); for await (let [topic,...
- [x] Read over [existing notes](https://www.notion.so/protocollabs/2021-11-ipld-compliance-checklist-ebd7e12edda84e72a895e66533e11ca2#8780e7eec6ea4de49bdbec5b852fe6a8) from warpfork, make sure on the same page with terms - [ ] Propose order of checklist - [ ] Initial draft of checklist...
dat-js is currently making use of a [gateway](https://gateway.mauve.moe) and [signalhubws instance](https://signalhubws.mauve.moe) that I set up on a server I have lying around. I'm totally OK with this setup, but I...
API Docs
It'd be nice if there were docs on what features this library actually supports.
Are there any HTTPS DNS providers that enable CORS so that we can use them in browsers? This'd be super useful for getting dat-dns working on the web.
Hey folks, I wanted to get a conversation started about whether Iroh would be interested in supporting the [ipld gateway spec](https://github.com/ipfs/specs/pull/293) I've been working on and to talk about some...