Install Docker and Git if they are not already on your system.
# Update your system
sudo apt update && sudo apt upgrade -y
# Install Docker
sudo apt install docker.io -y
sudo systemctl start docker
sudo systemctl enable docker
# Install Git
sudo apt install git -y
Verify installations:
docker --version
git --version
Clone the official LAMINA1 repository to your local machine.
git clone <https://github.com/Lamina1/lamina1-node.git>
cd lamina1-node
Set up your validator with the necessary configurations. Copy the sample configuration file and edit it to include your validator's details.
cp config/example.config.yaml config/config.yaml
nano config/config.yaml
Update the configuration file with: