Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/privacy-scaling-explorations/zkevm-circuits
https://github.com/privacy-scaling-explorations/zkevm-circuits
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/privacy-scaling-explorations/zkevm-circuits
- Owner: privacy-scaling-explorations
- License: other
- Created: 2021-06-28T07:42:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T08:22:30.000Z (8 months ago)
- Last Synced: 2024-05-19T02:08:49.634Z (8 months ago)
- Language: Rust
- Homepage: https://privacy-scaling-explorations.github.io/zkevm-circuits/
- Size: 59.5 MB
- Stars: 792
- Watchers: 41
- Forks: 795
- Open Issues: 155
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-zkevm - zkEVM-circuit
README
# Archiving notice
This repository is archived due to our shift from building a zkEVM by writing custom circuits to developing a general purpose zkVM. You can read more about our direction shift in our blog: [The next chapter for zkEVM Community Edition](https://mirror.xyz/privacy-scaling-explorations.eth/hqLMwLfKmQLj773QCRLTOT-Z8sSUaTEfQpBSdTbitbs). We don't plan to continue the development and support of the zkEVM repositories at [zkevm-circuits](https://github.com/privacy-scaling-explorations/zkevm-circuits), [zkevm-specs](https://github.com/privacy-scaling-explorations/zkevm-specs) and [zkevm-docs](https://github.com/privacy-scaling-explorations/zkevm-docs).
At the time of archiving this, the followings are some related developments that you might be interested in:
- The zkEVM-CE project was developed in collaboration with Scroll and Taiko. Scroll is still maintaining and updating their own version which you can find at [scroll-tech/zkevm-circuits](https://github.com/scroll-tech/zkevm-circuits).
- If you are looking for a performant Keccak and sha256 circuits implementation, you can find the corresponding circuits originally developed for the zkEVM ready to be used in a halo2 circuit here [axiom-crypto/halo2-lib](https://github.com/axiom-crypto/halo2-lib/tree/community-edition/hashes/zkevm) thanks to Axiom who picked them and exposed them in a library.
- We're still maintaining and developing our halo2 fork at [privacy-scaling-explorations/halo2](https://github.com/privacy-scaling-explorations/halo2/)
- We're still developing Chiquito at [privacy-scaling-explorations/chiquito](https://github.com/privacy-scaling-explorations/chiquito), a zk circuit DSL that implements many of the patterns found during the development of the zkEVM (mainly circuits described as a state machine).