From c183e124fe0d403c907fd472b12145b8691963c5 Mon Sep 17 00:00:00 2001 From: soham <22412996+zemse@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:28:09 +0530 Subject: [PATCH] add zkevm applications --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 577167a..28842cd 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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