Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.63 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.63 KB

zkSync Era Consensus Layer

This repo implements the consensus algorithm for the era blockchain. We implement all the necessary components for a set of sequencers to reach consensus over blocks (which right now are represented just as binary blobs). In the future, this codebase will also be capable of running full nodes and, after we integrate with the rest of the server, of reaching consensus over real blocks.

Knowledge Index

The following questions will be answered by the following resources:

Question Resource
What is the logical project structure and architecture? architecture.md
How can I run the project? launch.md
What is the style guide to contribute to this repo? style.md

Policies

License

zkSync Era is distributed under the terms of either

at your option.

Official Links