Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://privacy-scaling-explorations.github.io/zkevm-docs/
- Owner: privacy-scaling-explorations
- Archived: true
- Created: 2022-03-11T15:44:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T08:50:43.000Z (6 months ago)
- Last Synced: 2024-08-04T03:04:17.742Z (5 months ago)
- Language: Shell
- Homepage: https://privacy-scaling-explorations.github.io/zkevm-docs/
- Size: 3.25 MB
- Stars: 23
- Watchers: 14
- Forks: 22
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zkevm - zkEVM-document
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
```