https://github.com/n0-computer/iroh-experiments
a place for things that aren't in iroh, but are useful nonetheless
https://github.com/n0-computer/iroh-experiments
Last synced: 11 months ago
JSON representation
a place for things that aren't in iroh, but are useful nonetheless
- Host: GitHub
- URL: https://github.com/n0-computer/iroh-experiments
- Owner: n0-computer
- Created: 2024-06-17T13:13:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-14T15:52:48.000Z (11 months ago)
- Last Synced: 2025-07-14T20:05:13.781Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 540 KB
- Stars: 20
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iroh Experiments
This is for experiments with iroh by the n0 team. Things in here can be very
low level and unpolished.
Some of the things in this repo might make it to [iroh-examples] or even into
iroh itself, most will not.
## Iroh-dag-sync
An experiment how we could deal with DAGs in iroh, as well as how to safely
handle non-blake3 hash functions.
## Content-discovery
A complete content disccovery system for iroh, including a tracker, a client
crate to use the tracker, and [pkarr] integration for finding trackers.
## Iroh-pkarr-naming-system
Experiment how to do something similar to [ipns] using [pkarr] and the
bittorrent [mainline] DHT.
## Iroh-s3-bao-store
An iroh-blobs store implementation that keeps the data on s3. Useful to provide
content-addressing to existing public resources.
[iroh-examples]: https://github.com/n0-computer/iroh-examples
[pkarr]: https://pkarr.org/
[ipns]: https://docs.ipfs.tech/concepts/ipns/
[mainline]: https://en.wikipedia.org/wiki/Mainline_DHT