Skip to main content

9 docs tagged with "storage"

View all tags

Declaring Storage

Comprehensive guide to storage management in your Aztec smart contracts.

Indexed Merkle Tree (Nullifier Tree)

Learn about indexed merkle trees, an efficient data structure for nullifier trees that enables fast non-membership proofs and batch insertions in Aztec.

Note Discovery

Understand how Aztec's note tagging system allows users to efficiently discover and decrypt notes that belong to them without relying on brute force or off-chain communication.

Notes (UTXOs)

Understand how notes work in Aztec as the fundamental unit of private state, including their lifecycle, storage, and consumption.

Storage

How are storage slots derived for public and private state

Storage slots

Detailed walkthrough of storage slot computation in Aztec smart contracts, including private state note hash creation and siloing mechanisms.

Storage Slots

Learn how Aztec manages public and private storage slots, siloing data by contract address to maintain privacy and prevent cross-contract data collisions.