iroh
iroh copied to clipboard
peer-2-peer that just works
- build with the 'uds-gateway' feature to catch build errors. - push the iroh-one binary to S3. Ping @Arqu
we're not ready to launch a full docs site yet, so let's add a bit more to the readme, and move the quickstart guide into the repo while we work...
switch to using https://dirs.dev/ standard application directories instead of $HOME/.iroh iroh-store now uses a default directory for writing rocksDB files instead of explicitly requiring a store path. Defaults to `/iroh/store`...
The main change is to switch `iroh-gateway/src/client.rs#Client` to be: `pub struct Client` and to sprinkle the generic and other needed bounds where needed. `iroh-one/src/content_loader.rs` showcases a custom content loader. For...
@fabricedesre: > @Arqu & @dignifiedquire I'm looking at adding back http gateway racing to the resolving code but I'm not sure how to do it without touching iroh-gateway itself since...
Hello everyone, I stumbled upon this project in my search for a rust ipfs implementation. However, I couldn't find a good entry point into iroh, as there is no docs.rs...
really interested in this project. it would increase interest and usage, if the readme answered: - [ ] what is the lifecycle status of this project? - [ ] how...
We tried to compile the module iroh-p2p on linux machine, Following are the errors we faced and there solution: 1. The dependency over protocol buffers: Need to install the Protocol...