Crates.io | iroh-one |
lib.rs | iroh-one |
version | 0.2.0 |
source | src |
created_at | 2022-11-28 22:02:31.493618 |
updated_at | 2022-12-21 17:09:00.860295 |
description | all of iroh in a single binary |
homepage | |
repository | https://github.com/n0-computer/iroh |
max_upload_size | |
id | 724798 |
size | 180,321 |
Single binary of iroh services (gateway, p2p, store) communicating via mem channels. This is an alternative to deploying the iroh services as micro services.
cargo run --release -- -p 10000 --store-path=tmpstore
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-storehttp-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
.