Connect Hydra and other L2s
👉 Technical Report 👈
The report for this project can be viewed directly in Github or built into the HTML site using mdbook.
You can install mdbook and the plugins we use with cargo
:
cargo install mdbook mdbook-katex mdbook-mermaid mdbook-alerts
Then, build with:
mdbook build
Binary install
There's also an option to install directly from binaries with cargo binstall
:
cargo install cargo-binstall # If you don't already have it
cargo binstall mdbook mdbook-katex mdbook-mermaid mdbook-alerts
You can also use nix:
nix build -o out
With mdbook installed or inside a nix develop
shell, you
can live preview the result with:
mdbook serve --open
See the mdbook manual or github flavored markdown for more information on what is available for editing.