This script automates the setup process for running a BEVM node using Docker on your VPS.
-
Download this script with wget:
wget https://raw.githubusercontent.com/starfrich/bevm-node/main/script.sh
-
Make the script executable:
chmod +x script.sh
-
Run the Docker installation script:
sudo sh script.sh
Note:

