Skip to content
This repository was archived by the owner on Feb 1, 2025. It is now read-only.

Commit 910be86

Browse files
authored
Update README.md
1 parent e3a7d87 commit 910be86

File tree

1 file changed

+18
-39
lines changed

1 file changed

+18
-39
lines changed

README.md

Lines changed: 18 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,53 +1,32 @@
1-
# ZKsync Era: A ZK Rollup For Scaling Ethereum
1+
# ZK Rollup Repository Archived
22

3-
[![Logo](eraLogo.png)](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).
44

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+
---
96

10-
## Knowledge Index
7+
## Important Notice
118

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.
1311

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+
---
2213

23-
## Policies
14+
## About This Repository
2415

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.
2717

28-
## License
18+
### TLDR
2919

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)
3123

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+
---
3425

35-
at your option.
36-
37-
## Official Links
26+
## Disclaimer
3827

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.
4729

48-
## Disclaimer
30+
---
4931

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

Comments
 (0)