-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Iroh examples #1237
docs: Iroh examples #1237
Conversation
also implement tickets for single blobs so we can make a ticket for the example
@@ -0,0 +1,63 @@ | |||
//! An example that serves an iroh collection from memory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added suggested changes to this file in a branch: https://github.com/n0-computer/iroh/tree/b5/iroh-examples
PTAL, and feel free to cherry-pick 331ea3a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After some small patches, LGTM!
* add minimal example to run an iroh node sharing a single blob, and serve an entire collection * examples are structured as independent crates so we can specify features * also implement tickets for single blobs so we can make a ticket for the example --------- Co-authored-by: b5 <[email protected]>
Description
Add a minimal example to spin up an iroh node and serve a single blob.
Also an example to share a collection from memory.
Do examples count as docs?
Change checklist
Implements #1236