Skip to content

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

Merged
merged 4 commits into from
Jul 11, 2025

Conversation

matheus23
Copy link
Member

@matheus23 matheus23 commented Jul 10, 2025

Blocked on n0-computer/iroh-blobs#105 being merged and released (it fixes a bug)

@matheus23 matheus23 self-assigned this Jul 10, 2025
Copy link

vercel bot commented Jul 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
iroh-computer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 11, 2025 1:34pm

Copy link

@Copilot Copilot AI left a 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. If iroh-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 invoking cargo run -- send/receive. Align this command with the intended CLI invocation.
    "cargo run --example transfer -- receive {ticket} {}",

@matheus23 matheus23 merged commit 9fe86b4 into main Jul 11, 2025
4 checks passed
@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in iroh Jul 11, 2025
@matheus23 matheus23 deleted the matheus23/update-quickstart branch July 11, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

2 participants