Marcin Rataj
Marcin Rataj
We have a more up-to-date Course at https://research.protocol.ai/tutorials/resnetlab-on-tour/ Feels like a good resource that could augument existing docs + identify gaps (things which we dont have docs for) Some ideas...
> Inspired by https://github.com/ipfs/ipfs-docs/pull/775 Rough idea: add a CI job that finds CIDs and URIs in text files and checks if they resolve. Things we could check: - CIDs (check...
> Extracted from https://github.com/ipfs/ipfs-docs/issues/678#issuecomment-792827654 > It looks like network traversal is becoming a bigger and bigger thing within the web-3 space. I believe using generic names to introduce new concepts...
(edits by @parkan) ## Context MetaMask is experimenting with a way for external protocols to integrate with MetaMask in permissionless fashion: - [Announcement](https://medium.com/metamask/introducing-the-next-evolution-of-the-web3-wallet-4abdf801a4ee) by @danfinlay - API Docs: - [MetaMask/metamask-snaps-beta/wiki](https://github.com/MetaMask/metamask-snaps-beta/wiki)...
> This is similar to #28 (_shared stewardship of the "dweb://" protocol handler_), > however here we discuss an idea of special-use top-level domain (TLD) for DWeb uses ### Summary...
## Summary We want dweb protocols to be available without `web+` prefix in contexts such as: - [`navigator.registerProtocolHandler`](https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler) - WebExtensions ([manifest.json/protocol_handlers](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/manifest.json/protocol_handlers), if vendor supports it) Namely: "ssb", "dat", "ipfs", "ipns",...
### Summary Let's make `dweb` the common URI namespace shared by all p2p protocols, an experiment proving that a path is a viable canonical address and that all kinds of...
### Summary > A WebExtension API to provide Multicast DNS functionality It could be implemented on top of raw UDP socket API (#12), but because it is much safer for...
### Summary This is a meta-thread collecting use cases for **adding P2P and DWeb technology to web browsers**. Feel free to **refer to this issue** when discussing interesting use case...
Hello, it would be good to support `dweb:/ipfs/..`, as it replaced `fs:` some time ago Reference: - https://github.com/ipfs/specs/pull/152#issuecomment-284628862 defines standardized URLs: `ipfs://` and `ipns://` and URI `dweb:` - https://github.com/ipfs/ipfs-companion/pull/283#issuecomment-330005791