7 releases (0 unstable)

new 28.1.0-non-semver-compat May 8, 2025
28.0.0-non-semver-compat May 5, 2025
27.5.1-non-semver-compat May 1, 2025
27.5.0-non-semver-compat Apr 30, 2025
26.2.1-non-semver-compat Jan 29, 2025

#577 in Magic Beans

Download history 140/week @ 2025-01-29 18/week @ 2025-02-05 15/week @ 2025-02-12 7/week @ 2025-02-19 1/week @ 2025-02-26 154/week @ 2025-03-05 10/week @ 2025-03-12 118/week @ 2025-03-19 19/week @ 2025-03-26 4/week @ 2025-04-02 21/week @ 2025-04-09 4/week @ 2025-04-16 3/week @ 2025-04-23 450/week @ 2025-04-30

478 downloads per month
Used in 2 crates (via zksync_tee_proof_data_han…)

MIT/Apache

4.5MB
107K SLoC

ZKsync Era: A ZK Rollup For Scaling Ethereum

Logo

ZKsync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum without compromising on security or decentralization. Since it's EVM compatible (Solidity/Vyper), 99% of Ethereum projects can redeploy without refactoring or re-auditing a single line of code. ZKsync Era also uses an LLVM-based compiler that will eventually let developers write smart contracts in C++, Rust and other popular languages.

Documentation

The most recent documentation can be found here:

Policies

License

ZKsync Era is distributed under the terms of either

at your option.

Disclaimer

ZKsync Era has been through lots of testing and audits. Although it is live, it is still in alpha state and will go through more audits and bug bounty programs. We would love to hear our community's thoughts and suggestions about it! It is important to state that forking it now can potentially lead to missing important security updates, critical features, and performance improvements.


lib.rs:

Implementations of ZKsync VM executors and executor-related utils.

The included implementations are separated from the respective interfaces since they depend on VM implementations, are aware of ZKsync node storage etc.

Dependencies

~128MB
~2.5M SLoC