Start a local network
A local network is your development sandbox — the way anvil works for Ethereum. It gives you instant blocks and prefunded test accounts, so you can deploy and transact without bridging or waiting.
bash
aztec start --local-networkLeave it running in its own terminal. It's ready when you see:
code
[INFO] Aztec Server listening on port 8080Copy into your AI assistant
code
Start a local Aztec development network with `aztec start --local-network` and
confirm it is listening on port 8080. Explain what the local network provides
(instant blocks, prefunded accounts).