8000 add zkevm applications by zemse · Pull Request #9 · LuozhuZhang/awesome-zkevm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add zkevm applications #9

New issue
8000

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ zkEVM is a Fully EVM equivalent and zk friendly virtual machine.
- [Zero-Knowledge-Proofs](#zero-knowledge-proofs-1)
- [Halo2](#halo2-1)
- [zkp Acceleration](#zkp-acceleration)
- [zkEVM Applications](#zkevm-applications)
- [Different Solutions](#different-solutions)
- [Native zkEVM](#native-zkevm)
- [Compiler-Based zkEVM](#compiler-based-zkevm)
Expand Down Expand Up @@ -137,6 +138,11 @@ zkEVM is a Fully EVM equivalent and zk friendly virtual machine.
* [supranational](https://github.com/supranational)
* [supranational - sppark](https://github.com/supranational/sppark)

### zkEVM Applications

* [light-client](https://github.com/privacy-scaling-explorations/zkevm-circuits/tree/main/light-client-poc)
* [proof-of-exploit](https://github.com/zemse/proof-of-exploit) - Uses PSE/zkEVM to prove knowledge of smart contract vulnerabilities

## Different Solutions

### Native zkEVM
Expand Down
0