Linux
Guide for running the Taraxa Node with Docker on Linux
1. Install Docker
wget -O get-docker.sh https://get.docker.com
sudo sh get-docker.sh
sudo apt install -y docker-compose
rm -f get-docker.sh
2. Download the Taraxa Scripts

3. Start the Taraxa Node


4. Update the Taraxa Node
Last updated