iroh-one 0.2.0

all of iroh in a single binary
docs.rs failed to build iroh-one-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

iroh one

crates.io Released API docs MIT/Apache-2.0 licensed CI

Single binary of iroh services (gateway, p2p, store) communicating via mem channels. This is an alternative to deploying the iroh services as micro services.

Running / Building

cargo run --release -- -p 10000 --store-path=tmpstore

Options

  • Run with cargo run --release -- -h for details
  • -wcf Writeable, Cache, Fetch (options to toggle write enable, caching mechanics and fetching from the network); currently exists but is not implemented
  • -p Port the gateway should listen on
  • --store-path Path for the iroh-store

Features

  • http-uds-gateway - enables the usage and binding of the http gateway over UDS. This is independent from the rpc control endpoint which uses the same default and configuration as iroh-gateway.

Reference

License