This repository was archived by the owner on Feb 1, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
491 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# ZKsync Era: A ZK Rollup For Scaling Ethereum | ||
|
||
[](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. | ||
|
||
## Knowledge Index | ||
|
||
The following questions will be answered by the following resources: | ||
|
||
| Question | Resource | | ||
| ------------------------------------------------------- | ---------------------------------------------- | | ||
| What do I need to develop the project locally? | [development.md](docs/guides/development.md) | | ||
| How can I set up my dev environment? | [setup-dev.md](docs/guides/setup-dev.md) | | ||
| How can I run the project? | [launch.md](docs/guides/launch.md) | | ||
| What is the logical project structure and architecture? | [architecture.md](docs/guides/architecture.md) | | ||
| Where can I find protocol specs? | [specs.md](docs/specs/README.md) | | ||
| Where can I find developer docs? | [docs](https://docs.zksync.io) | | ||
|
||
## 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 <http://www.apache.org/licenses/LICENSE-2.0>) | ||
- MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/blog/license/mit/>) | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters