https://github.com/zksecurity/halo2-course
A course on Halo2 in collaboration with Zircuit
https://github.com/zksecurity/halo2-course
Last synced: 4 months ago
JSON representation
A course on Halo2 in collaboration with Zircuit
- Host: GitHub
- URL: https://github.com/zksecurity/halo2-course
- Owner: zksecurity
- Created: 2024-11-09T10:15:25.000Z (over 1 year ago)
- Default Branch: publish
- Last Pushed: 2025-01-14T11:01:53.000Z (about 1 year ago)
- Last Synced: 2025-01-14T12:19:34.728Z (about 1 year ago)
- Language: Rust
- Size: 12.6 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Halo Hero
This book is a course on [Halo2](https://github.com/zcash/halo2) development and PlonKish arithmetization in general.
The intended audience is Rust developers who have a vague understanding of succinct proofs in general,
but no specific knowledge of Halo2, PlonK or developing circuits for zkSNARKs.
The book was created as a collaboration between [ZKSecurity](https://zksecurity.xyz) and
the [Zircuit](https://www.zircuit.com/) development team.
All material, full code examples and the book's source, are available on [GitHub](https://github.com/zksecurity/halo2-course).


## Running The Book
The book is build using `mdbook` and `mdbook-admonish`:
```
cargo install mdbook
cargo install mdbook-admonish
mdbook-admonish install
mdbook serve
```