5 releases (1 unstable)

new 27.0.0-non-semver-compat Mar 21, 2025
26.7.0-non-semver-compat Mar 6, 2025
26.2.1-non-semver-compat Jan 29, 2025
26.1.0-non-semver-compat Jan 22, 2025
0.1.0 Jul 12, 2024

#980 in Magic Beans

Download history 52/week @ 2024-11-27 70/week @ 2024-12-04 48/week @ 2024-12-11 25/week @ 2024-12-18 29/week @ 2024-12-25 21/week @ 2025-01-01 14/week @ 2025-01-08 1/week @ 2025-01-15 168/week @ 2025-01-22 334/week @ 2025-01-29 172/week @ 2025-02-05 130/week @ 2025-02-12 15/week @ 2025-02-19 5/week @ 2025-02-26 178/week @ 2025-03-05 25/week @ 2025-03-12

227 downloads per month
Used in 24 crates (12 directly)

MIT/Apache

695KB
15K 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:

zksync_web3_decl is a collection of common types required for ZKsync Web3 API and also jsonrpsee-based declaration of server and client traits.

Web3 namespaces are declared in namespaces module.

For the usage of these traits, check the documentation of jsonrpsee crate.

Dependencies

~29–43MB
~722K SLoC