This repository contains the source code for the op-alloy book, which is available at alloy-rs.github.io/op-alloy.
To build the book locally, a few dependencies are required:
cargo install mdbook mdbook-mermaid mdbook-template mdbook-alerts
Then, to run the book locally during development, run:
mdbook serve