Skip to content

Commit 903ae22

Browse files
authored
Merge pull request #40 from n0-computer/matheus23/readme
docs: Update README
2 parents 406a94b + 047e925 commit 903ae22

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,26 @@ low level and unpolished.
66
Some of the things in this repo might make it to [iroh-examples] or even into
77
iroh 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

1611
A complete content disccovery system for iroh, including a tracker, a client
1712
crate 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
2226
bittorrent [mainline] DHT.
2327

24-
## Iroh-s3-bao-store
28+
## [iroh-s3-bao-store](iroh-s3-bao-store)
2529

2630
An iroh-blobs store implementation that keeps the data on s3. Useful to provide
2731
content-addressing to existing public resources.

0 commit comments

Comments
 (0)