Declaring Storage
Comprehensive guide to storage management in your Aztec smart contracts.
Comprehensive guide to storage management in your Aztec smart contracts.
Learn about indexed merkle trees, an efficient data structure for nullifier trees that enables fast non-membership proofs and batch insertions in Aztec.
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.
Understand how notes work in Aztec as the fundamental unit of private state, including their lifecycle, storage, and consumption.
Describes how partial notes are used in Aztec
How are storage slots derived for public and private state
Detailed walkthrough of storage slot computation in Aztec smart contracts, including private state note hash creation and siloing mechanisms.
Learn how Aztec manages public and private storage slots, siloing data by contract address to maintain privacy and prevent cross-contract data collisions.
Core knowledge of Notes and how they work