Skip to content

LevelUpWeb3/Aztec-Mission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Aztec

What is Aztec?

Aztec is an L2 that provides programmable privacy to Ethereum.

Private Smart Contracts

Aztec enables privacy-preserving smart contracts. Such contracts are a collection of functions, written as zkSNARK circuits. They can have different modes of execution:

  1. Private Functions: They can read and write private state, read historical public state, consume or send messages to / from Ethereum, and read Ethereum state. They can call other private functions in the same contract, or other contracts, and can call public functions.

  2. Public Functions: They can read and write public state, write private state, consume or send messages to / from Ethereum and read Ethereum state. They can call other public functions on the same or other contracts.

  3. Portal Contracts: These are contracts on Ethereum that can receive messages from Aztec or send messages to Aztec from Ethereum contracts.

For more details, visit Aztec docs.

Get Started with Aztec.js

Navigate through our Guide to get started with Aztec.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors