https://github.com/zksecurity/stwo-book
https://github.com/zksecurity/stwo-book
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zksecurity/stwo-book
- Owner: zksecurity
- Created: 2025-01-23T09:42:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-19T08:41:21.000Z (5 months ago)
- Last Synced: 2025-09-19T10:38:12.395Z (5 months ago)
- Language: Rust
- Homepage: https://zksecurity.github.io/stwo-book/
- Size: 30.5 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```