iroh-blobs in the browser

This example runs iroh-blobs in the browser, compiled to WebAssembly. The example implements a very basic demo for iroh-blobs: You can create a blob with text in it. We'll print a ticket with which others can fetch the text. There's also a terminal app that interoperates with this browser app.

Usage: Open this page in a new tab, or on another device, and copy over the ticket after importing a blog. You can also fetch a blob from the command line: Clone the iroh-examples repo, navigate to browser-blobs, and run the CLI with cargo run --features cli.

provide a blob

fetch a blob