File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -6,22 +6,26 @@ low level and unpolished.
66Some of the things in this repo might make it to [ iroh-examples] or even into
77iroh itself, most will not.
88
9- ## Iroh-dag-sync
10-
11- An experiment how we could deal with DAGs in iroh, as well as how to safely
12- handle non-blake3 hash functions.
13-
14- ## Content-discovery
9+ ## [ content-discovery] ( content-discovery )
1510
1611A complete content disccovery system for iroh, including a tracker, a client
1712crate to use the tracker, and [ pkarr] integration for finding trackers.
1813
19- ## Iroh-pkarr-naming-system
14+ ## [ h3-iroh] ( h3-iroh )
15+
16+ Sending HTTP3 requests over iroh connections via the [ h3] ( https://crates.io/crates/h3 ) crate.
17+
18+ ## [ iroh-dag-sync] ( iroh-dag-sync )
19+
20+ An experiment trying to bridge the gap between iroh-blobs and IPFS, allowing you to sync
21+ IPFS DAGs with non-BLAKE3 CIDs via iroh-blobs.
22+
23+ ## [ iroh-pkarr-naming-system] ( iroh-pkarr-naming-system )
2024
21- Experiment how to do something similar to [ ipns] using [ pkarr] and the
25+ Experiment of how to do something similar to [ ipns] using [ pkarr] and the
2226bittorrent [ mainline] DHT.
2327
24- ## Iroh -s3-bao-store
28+ ## [ iroh -s3-bao-store] ( iroh-s3-bao-store )
2529
2630An iroh-blobs store implementation that keeps the data on s3. Useful to provide
2731content-addressing to existing public resources.
You can’t perform that action at this time.
0 commit comments