2 Repos
Environments that allow for the private execution of computations while providing cryptographic proofs of correctness.
Distinct from Private Network Access: None of the candidates cover zero-knowledge private computation; they focus on repository or network access controls.
Explore 2 awesome GitHub repositories matching security & cryptography · Zero-Knowledge Execution Environments. Refine with filters or upvote what's useful.
Reth is a modular, high-performance Ethereum execution layer client written in Rust. It serves as a full Ethereum node that syncs, validates, and serves blockchain data, functioning as an archive node implementation, a high-throughput RPC node server, and a snapshot sync tool. The project is built around a modular component architecture that allows assembling custom node behavior by swapping independent Rust crates for consensus, execution, mempool, and networking. The client distinguishes itself through a staged sync pipeline that downloads headers and bodies online before processing the res
Runs stateless execution and integrates with zkVMs to enable scalable zero-knowledge applications on Ethereum.
zkSync is an Ethereum layer 2 scaling network and zero-knowledge rollup solution. It processes transactions off-chain and submits validity proofs to the mainchain to increase throughput and reduce transaction costs while inheriting the security of the Ethereum mainnet. The project features an account abstraction framework that uses smart accounts and session keys to enable gasless transactions and simplified user onboarding. It includes a zero-knowledge proof framework for verifying computations and asset transfers without revealing underlying private data. The system covers a broad range of
Allows users to execute computations privately and publish zero-knowledge proofs to verify the integrity of the order flow.