Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matter-labs/zksync-era
zkSync era
https://github.com/matter-labs/zksync-era
Last synced: 3 days ago
JSON representation
zkSync era
- Host: GitHub
- URL: https://github.com/matter-labs/zksync-era
- Owner: matter-labs
- License: apache-2.0
- Created: 2023-02-15T08:23:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:58:18.000Z (about 1 month ago)
- Last Synced: 2024-10-29T10:59:44.455Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 120 MB
- Stars: 3,091
- Watchers: 114
- Forks: 2,066
- Open Issues: 210
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-repositories - matter-labs/zksync-era - zkSync era (Rust)
README
# ZKsync Era: A ZK Rollup For Scaling Ethereum
[![Logo](eraLogo.png)](https://zksync.io/)
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:
- [Core documentation](https://matter-labs.github.io/zksync-era/core/latest/)
- [Prover documentation](https://matter-labs.github.io/zksync-era/prover/latest/)## Policies
- [Security policy](SECURITY.md)
- [Contribution policy](CONTRIBUTING.md)## License
ZKsync Era is distributed under the terms of either
- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or )
- MIT license ([LICENSE-MIT](LICENSE-MIT) or )at your option.
## Official Links
- [Website](https://zksync.io/)
- [GitHub](https://github.com/matter-labs)
- [ZK Credo](https://github.com/zksync/credo)
- [Twitter](https://twitter.com/zksync)
- [Twitter for Developers](https://twitter.com/zkSyncDevs)
- [Discord](https://join.zksync.dev/)
- [Mirror](https://zksync.mirror.xyz/)
- [Youtube](https://www.youtube.com/@zkSync-era)## 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.