ipvm-wg / homestar

Homestar is the individual node that makes up the Everywhere Computer network (similar to how IPFS Kubo, Iroh, Nabu, or other implementation nodes make up the IPFS network). It's written in Rust and is designed for performance and composability.
https://docs.everywhere.computer/homestar/what-is-homestar/
Apache License 2.0
200 stars 23 forks source link

Running websocket-relay doesn't work if you already have IPFS running #348

Closed bmann closed 9 months ago

bmann commented 9 months ago

I have IPFS Desktop running which runs a kubo instance locally

If I have kubo running and run the cargo run -- start -c config/settings.toml command as listed in examples/websocket-relay it doesn't work.

Recommendation:

zeeshanlakhani commented 9 months ago

@bmann future is more open. We'll be running a mixture of iroh and libp2p internally (they just offer different things that we need). IPFS is not a hard requirement for homestar, it just acts as a registry for the example.

zeeshanlakhani commented 9 months ago

Closed by #352