An open API service indexing awesome lists of open source software.

https://github.com/zksecurity/stwo-book


https://github.com/zksecurity/stwo-book

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# stwo-book

This is the repository for the Stwo Book, a book about Starkware's [Stwo prover](https://github.com/starkware-libs/stwo).

## How to build the book locally

Install `mdbook` following the instructions [here](https://rust-lang.github.io/mdBook/guide/installation.html).

Then, install `mdbook` plugins with the following command:

```bash
cargo install mdbook-admonish mdbook-webinclude mdbook-katex
```

Run the following command at the root of this repository to setup `mdbook-admonish`:

```bash
mdbook-admonish install .
```

Then, you can run the following command to serve the book locally:

```bash
mdbook serve
```