Quix44 / ZeroDock-ethdam-2024

Ethdam hackathon 2024 (ZeroDock)
0 stars 0 forks source link

ZeroDock

A co-processing (TEE) platform that allows any Docker container to run in a verifiable, trustless way utilizing ZK-SNARKs.

Overview

Overview

How Proofs are Created

Proofs are created for each execution and are stored on chain. We create these by combining the Transaction Hash and the Docker SHA (public and private data) into a circuit to create the proof. This is then stored on chain and can be used to verify that the transaction hash in question did in fact execute a Docker container with the SHA known by the developer (private data).!!!

Proof

Smart Contract (Base Sepolia)