Skip to content

Commit 5d80535

Browse files
authored
Clarify WebTransport use cases for IPFS (#1709)
1 parent a75a5b0 commit 5d80535

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/how-to/webtransport.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ WebTransport in Kubo unlocks many use cases, including those listed below.
3434

3535
- Browser nodes or light clients can function as "full" peers in a decentralized network.
3636
- Browser nodes can gossip directly with their peers, meaning they can receive and submit messages directly without relying on centralized infrastructure or interfaces like an HTTP/GraphQL API.
37-
- Browser extension cryptocurrency wallets can submit transactions directly to the blockchain.
3837
- Fetch data from the [DHT](../concepts/dht.md) by directly connecting to a DHT server node.
39-
- Upload to [Filecoin](https://docs.filecoin.io/) directly from the browser.
38+
- Upload data directly from the browser to long-term storage such as a [pinning service](../concepts/persistence.md).
4039
- Decentralized peer-to-peer video streaming as a dApp.
4140

4241
## Using WebTransport with Kubo

0 commit comments

Comments
 (0)