Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update architecture.md #618

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ This section provides an overview on folders / sub-projects that exist in this r
- `/zksync_witness_generator`: zkSync server Witness Generator & Prover Server microservice.
- `/lib`: Dependencies of the binaries above.
- `/basic_types`: Crate with declaration of the essential zkSync primitives, such as `address`.
- `/circuit`: Cryptographic environment enforsing the correctness of executed transactions in the zkSync network.
- `/circuit`: Cryptographic environment enforcing the correctness of executed transactions in the zkSync network.
- `/config`: Utilities to load configuration options of zkSync applications.
- `/contracts`: Loaders for zkSync contracts interfaces and ABI.
- `/crypto`: Cryptographical primitives using among zkSync crates.
- `/crypto`: Cryptographical primitives used among zkSync crates.
- `/eth_client`: Module providing an interface to interact with an Ethereum node.
- `/prometheus_exporter`: Prometheus data exporter.
- `/prover_utils`: Utilities related to the proof generation.
Expand Down