Skip to content

Commit

Permalink
docs: update overview.mdx (#2746)
Browse files Browse the repository at this point in the history
Removed "send" from this sentence: these are contracts on L1 that can
receive messages from L2 or send allow messages to be sent to L2 from L1
contracts.

Co-authored-by: ludamad <[email protected]>
Co-authored-by: josh crites <[email protected]>
  • Loading branch information
3 people authored Oct 11, 2023
1 parent 78e44c3 commit 082ab56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/about_aztec/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A smart contract on Aztec is a collection of functions, written as ZK-SNARK circ

1. Secret Functions -- can read and write private state, read historic public state, consume or send messages to / from L1, and read Ethereum state. Can call other secret functions in the same contract, or other contracts. They can call public functions.
2. Public Functions -- can read and write public state, write private state, consume or send messages to / from L1 and read Ethereum state. Can call other public functions on the same or other contracts.
3. Portal Contracts -- these are contracts on L1 that can receive messages from L2 or send allow messages to be sent to L2 from L1 contracts.
3. Portal Contracts -- these are contracts on L1 that can receive messages from L2 or allow messages to be sent to L2 from L1 contracts.

Using these different modes of execution, developers can build applications with user privacy, data privacy and code privacy.

Expand Down

0 comments on commit 082ab56

Please sign in to comment.