|
1 | | -# ZKsync Era: A ZK Rollup For Scaling Ethereum |
| 1 | +# ZK Rollup Repository Archived |
2 | 2 |
|
3 | | -[](https://zksync.io/) |
| 3 | +This repository is **archived**. We have moved forward with a new repository for the ZK Thunder implementation. For the latest and most secure code, please refer to the [ZK Thunder Repository](https://github.com/mintlayer/zk-thunder). |
4 | 4 |
|
5 | | -ZKsync Era is a layer 2 rollup that uses zero-knowledge proofs to scale Ethereum without compromising on security or |
6 | | -decentralization. Since it's EVM compatible (Solidity/Vyper), 99% of Ethereum projects can redeploy without refactoring |
7 | | -or re-auditing a single line of code. ZKsync Era also uses an LLVM-based compiler that will eventually let developers |
8 | | -write smart contracts in C++, Rust and other popular languages. |
| 5 | +--- |
9 | 6 |
|
10 | | -## Knowledge Index |
| 7 | +## Important Notice |
11 | 8 |
|
12 | | -The following questions will be answered by the following resources: |
| 9 | +**Do not use this repository!** |
| 10 | +This codebase contains known flaws and security vulnerabilities that we will not resolve. It is provided solely for historical reference and should not be deployed in any production or security-sensitive environment. |
13 | 11 |
|
14 | | -| Question | Resource | |
15 | | -| ------------------------------------------------------- | ---------------------------------------------- | |
16 | | -| What do I need to develop the project locally? | [development.md](docs/guides/development.md) | |
17 | | -| How can I set up my dev environment? | [setup-dev.md](docs/guides/setup-dev.md) | |
18 | | -| How can I run the project? | [launch.md](docs/guides/launch.md) | |
19 | | -| What is the logical project structure and architecture? | [architecture.md](docs/guides/architecture.md) | |
20 | | -| Where can I find protocol specs? | [specs.md](docs/specs/README.md) | |
21 | | -| Where can I find developer docs? | [docs](https://docs.zksync.io) | |
| 12 | +--- |
22 | 13 |
|
23 | | -## Policies |
| 14 | +## About This Repository |
24 | 15 |
|
25 | | -- [Security policy](SECURITY.md) |
26 | | -- [Contribution policy](CONTRIBUTING.md) |
| 16 | +Originally, this repository served as an early prototype for a ZK Rollup implementation. However, due to inherent security issues and design flaws, we have ceased its maintenance and development. |
27 | 17 |
|
28 | | -## License |
| 18 | +### TLDR |
29 | 19 |
|
30 | | -ZKsync Era is distributed under the terms of either |
| 20 | +- **Status:** Archived |
| 21 | +- **Issues:** Contains known security flaws and bugs |
| 22 | +- **New Development:** Ongoing work is now hosted in the [ZK Thunder Repository](https://github.com/mintlayer/zk-thunder) |
31 | 23 |
|
32 | | -- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or <http://www.apache.org/licenses/LICENSE-2.0>) |
33 | | -- MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/blog/license/mit/>) |
| 24 | +--- |
34 | 25 |
|
35 | | -at your option. |
36 | | - |
37 | | -## Official Links |
| 26 | +## Disclaimer |
38 | 27 |
|
39 | | -- [Website](https://zksync.io/) |
40 | | -- [GitHub](https://github.com/matter-labs) |
41 | | -- [ZK Credo](https://github.com/zksync/credo) |
42 | | -- [Twitter](https://twitter.com/zksync) |
43 | | -- [Twitter for Developers](https://twitter.com/zkSyncDevs) |
44 | | -- [Discord](https://join.zksync.dev/) |
45 | | -- [Mirror](https://zksync.mirror.xyz/) |
46 | | -- [Youtube](https://www.youtube.com/@zkSync-era) |
| 28 | +This project is provided "as is," with no warranties or guarantees of any kind. The maintainers are not responsible for any issues arising from its use. |
47 | 29 |
|
48 | | -## Disclaimer |
| 30 | +--- |
49 | 31 |
|
50 | | -ZKsync Era has been through lots of testing and audits. Although it is live, it is still in alpha state and will go |
51 | | -through more audits and bug bounty programs. We would love to hear our community's thoughts and suggestions about it! It |
52 | | -is important to state that forking it now can potentially lead to missing important security updates, critical features, |
53 | | -and performance improvements. |
| 32 | +*This repository is preserved for historical purposes only.* |
0 commit comments