Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://privacy-scaling-explorations.github.io/zkevm-docs/

AppliedZKP's zkEVM Documentation
https://privacy-scaling-explorations.github.io/zkevm-docs/

Last synced: about 2 months ago
JSON representation

AppliedZKP's zkEVM Documentation

Awesome Lists containing this project

README

        

# Archiving notice

This repository is no longer maintained. For details, please refer to the README on [zkevm-circuits](https://github.com/privacy-scaling-explorations/zkevm-circuits/blob/main/README.md)

---

# [Deprecated] zkEVM (Community Edition) Documentation

This is the documentation of the design and specification of the zkEVM
community edition.

This documentation is written in markdown and organized into an
[mdbook](https://github.com/rust-lang/mdBook) which can be [viewed
here](https://privacy-scaling-explorations.github.io/zkevm-docs/).

# Setup

First install mdbook and the enabled extensions:
```sh
cargo install mdbook
cargo install mdbook-mermaid
cargo install mdbook-toc
```

Now the mdbook can be built and served locally at [localhost:3000](http://localhost:3000):
```sh
mdbook serve
```