Before proceeding, ensure that your system meets the following hardware requirements:
Nesa nodes run within Docker containers. Install Docker depending on your operating system:
Linux:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL <https://download.docker.com/linux/ubuntu/gpg> -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] <https://download.docker.com/linux/ubuntu> $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
sudo apt-get install docker-ce docker-ce-cli containerd.io
macOS:
Use Homebrew to install Docker:
brew install --cask docker
Windows:
Use Chocolatey:
choco install docker-desktop
To set up the node, download and run the Nesa bootstrap script:
bash <(curl -s <https://raw.githubusercontent.com/nesaorg/bootstrap/master/bootstrap.sh>)
Ensure Docker is running before executing this command. During the script execution, you’ll be prompted to configure your node.
When prompted by the script:
Validator
.