21 releases (8 breaking)

0.9.0 Mar 5, 2025
0.7.0 Dec 16, 2024
0.6.0 Nov 14, 2024
0.1.0-rc.4 Jul 24, 2024

#22 in #zk-sync

Download history 4019/week @ 2024-12-01 4023/week @ 2024-12-08 5190/week @ 2024-12-15 569/week @ 2024-12-22 1882/week @ 2024-12-29 5145/week @ 2025-01-05 5872/week @ 2025-01-12 4746/week @ 2025-01-19 3653/week @ 2025-01-26 3400/week @ 2025-02-02 5604/week @ 2025-02-09 4833/week @ 2025-02-16 3367/week @ 2025-02-23 7330/week @ 2025-03-02 5964/week @ 2025-03-09 8164/week @ 2025-03-16

24,918 downloads per month
Used in 64 crates (9 directly)

MIT/Apache

135KB
2.5K SLoC

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.


lib.rs:

Crate that holds several small utilities and primitives.

Dependencies

~11–18MB
~218K SLoC