https://github.com/eth-act/zkevm-book
Ethereum zkEVM book
https://github.com/eth-act/zkevm-book
ethereum zkvm
Last synced: 5 months ago
JSON representation
Ethereum zkEVM book
- Host: GitHub
- URL: https://github.com/eth-act/zkevm-book
- Owner: eth-act
- License: apache-2.0
- Created: 2025-06-23T12:14:06.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-30T10:15:38.000Z (9 months ago)
- Last Synced: 2025-10-20T06:49:23.415Z (8 months ago)
- Topics: ethereum, zkvm
- Homepage: https://eth-act.github.io/zkevm-book/
- Size: 404 KB
- Stars: 74
- Watchers: 1
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Ethereum zkEVM book
This book documents research and development efforts around Ethereum's zkEVM initiative.
## Building Locally
To build and read this book locally:
1. Install [mdBook](https://rust-lang.github.io/mdBook/):
```bash
cargo install mdbook
```
2. Clone this repository:
```bash
git clone https://github.com/eth-act/zkevm-book.git
cd zkevm-book
```
3. Build and serve the book:
```bash
mdbook serve --open
```
The book will open in your default web browser at `http://localhost:3000`.
## Contributing
We welcome comments, pull requests, and contributions.
Be aware that the focus of the book is:
- to explain what zkVMs are
- to explain which problems they solve in Ethereum
- to explain how they would be used in Ethereum
The focus of the book is not:
- to explain every detail of a specific zkVM
- to explain the cryptographic concepts in full detail
Also, don't use this to open controversial discussions about the future of Ethereum.
## License
Dual License: APACHE + MIT.