Browser-base daemon and editor for ethersync.
Caution
This project is in an early stage, lacks important features and may be unstable. There will be dragons!
This requires the following tools to be installed:
- dioxus-cli for building the frontend
- wasm-bindgen for compiling Rust to WebAssembly
- Clang for compiling the C dependencies (e.g. ring) to WebAssembly
There is a helper script start-on-nixos.sh
that can be used on NixOS for installing them.
The same tools as above are necessary. There is a helper script bundle-on-nixos.sh
that can be used on NixOS for installing them.
The output will be in target/dx/iroh-web/release/web/public
which can then be served as a static site.