Overview of Aztec Node
nextThe Aztec Node implements a sequencer node within the network. It is currently designed for local development and testing. The Node serves as the entrypoint for creating and starting a new Sequencer client, providing default components such as a local P2P client and an in-memory merkle tree database.
It exposes methods used by clients (such as the Private eXecution Environment, or pxe) for tasks like querying network information or submitting transactions. While currently used via direct client integration, these methods are expected to be exposed via a JSON-RPC API in future iterations.