Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs/aztec3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Code privacy refers to program logic in smart contracts. Developers can specify

### Private-public Composability

You can watch Mike, one of our engineering team leads, talk about public-private composablity in Aztec 3 at Devcon here.
You can watch Mike, one of our engineering team leads, talk about public-private composability in Aztec 3 at Devcon here.

<ReactPlayer
controls
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The Aztec peer-to-peer network receives these proofs, and an Aztec network [sequ

The aggregation proof is sent to a smart contract on Ethereum for validation. If the proofs are verified as correct by the smart contract, it will record the new state of the Aztec blockchain as a ledger entry on Ethereum.

Updates to this state can only occur based on proving the correct execution of a block of Aztec transactions. This allows Aztec 3 to rely on Ethereum's consensus for the correct record of events.The Aztec execution environment can be thought of as an extension of Ethereum, but where a subset of transactions can be encrypted.
Updates to this state can only occur based on proving the correct execution of a block of Aztec transactions. This allows Aztec 3 to rely on Ethereum's consensus for the correct record of events. The Aztec execution environment can be thought of as an extension of Ethereum, but where a subset of transactions can be encrypted.

```mermaid
flowchart BT
Expand Down