Aztec Sequencer
Complete end-to-end guide for new and existing Ethereum node operators
Hardware Requirements (Testnet)
Install dependencies
sudo apt update -y && sudo apt upgrade -y
sudo apt install git curl -y
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.shsudo usermod -aG docker $USER
sudo reboot 0Prepare ETH Sepolia Node

Install Aztec sequencer service
Prepare your Aztec paramaters
Open up a notepad file to paste the following information.
Get Sepolia Testnet ETH
Set the environment variables
Wait for ETH Sepolia Execution Client to fully sync
Start Aztec Sequencer
Check Aztec node sync status
Check for config errors
Register your Aztec Validator (Sequencer)
Complete ZK-KYC
Port Forwarding
Advanced networkingUpdating your Aztec sequencer
Last updated
