-
Notifications
You must be signed in to change notification settings - Fork 35
feat: update quickstart to iroh-blobs 0.90 #350
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Pull Request Overview
This PR updates the documentation and sample code in the quickstart guide to use iroh-blobs 0.90 and adjusts the displayed GitHub star count.
- Bump displayed star count from 5.4k to 5.5k in the UI component
- Refresh quickstart install command and samples to use the new MemStore/Blobs API
- Remove outdated examples and add notes explaining new workflows
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
src/components/GithubStars.jsx | Update star count from 5.4k to 5.5k |
src/app/docs/quickstart/page.mdx | Revise dependency installs, replace Blobs::memory usage, and rewrite examples to use MemStore and Router APIs |
Comments suppressed due to low confidence (2)
src/app/docs/quickstart/page.mdx:42
- The installation command no longer includes
iroh-base
. Ifiroh-base
is still required by your setup, consider re-adding it or noting why it was removed.
Initialize a new project by running `cargo init file-transfer`, then `cd file-transfer` and install all the packages we're going to use: `cargo add iroh iroh-blobs tokio anyhow`.
src/app/docs/quickstart/page.mdx:180
- This example prints
--example transfer
, but earlier the guide describes invokingcargo run -- send/receive
. Align this command with the intended CLI invocation.
"cargo run --example transfer -- receive {ticket} {}",
Blocked on n0-computer/iroh-blobs#105 being
merged andreleased (it fixes a bug)