This is the repository for the Stwo Book, a book about Starkware's Stwo prover.
Install mdbook
following the instructions here.
Then, install mdbook
plugins with the following command:
cargo install mdbook-admonish mdbook-webinclude
Run the following command at the root of this repository to setup mdbook-admonish
:
mdbook-admonish install .
Then, you can run the following command to serve the book locally:
mdbook serve