Step-by-step | Installation Guide
Update packages and install required utilities
sudo apt install -y jq sed docker-compose docker.io && sudo apt updateAdd the current user to the docker group
sudo usermod -aG docker $USER
newgrp dockerCheck Docker access
docker psRun Screen
sudo apt update
sudo apt install screenscreen -S zkverify Replace "user" with your nickname
Create a new user
Make up a password and save it
It will not be visible in the console command as it should be

Check the home directory
Switch to the new user
Clone the repository
Run the initialization script
If there are errors, see the solution under the Possible Errors tab
Select 'node type' to proceed with the operation:
What 'network' would you like to use:
Do you want to choose a custom node name? (defaults to 'ext-validator-node-<random_number>')
Do you want to import an already existing node key?
Do you want to import an already existing secret phrase?

Copy the address and access it via nano It should be like this:
Ctrl + X- exit
We're saving all this data
If the nano is not installed:
Run docker-compose

Update the scripts
Run update and start scripts
Launch docker-compose
After executing the last command, you will be shown the project logs To exit press Ctrl + A, then D
View Logs:
Last updated