How to do something to some state in some contract
Duration: 01:18:26
Speaker: José Pedro Sousa | zpedro
Type: Workshop
Expertise: Intermediate
Event: Devcon
Date: Nov 2024
Smart contracts are changing.
So far, they needed every transaction to be public in order for nodes to agree. Zero-Knowledge came in to change things a bit: you can actually make your transaction client-side and just broadcast a proof.
In this workshop, we will use Noir and write a simple Aztec and/or Ethereum contract that allows for most of the execution and state to remain private.