Set up Terra Node

Step 1: Check your system is up to date by using command

sudo apt update

Step 2: Install the required dependency, unzip, using the following command:

sudo apt install unzip

Step 3: Download the latest version of the Terra Node by using this command

wget https://s3.ap-southeast-1.amazonaws.com/terra-node.gam3.ai/versions/1.1.7/terra-node-cli/terra-node-cli-linux.zip

Step 4: Wait for the download to complete successfully. Then, unzip the file by typing command

unzip terra-node-cli-linux.zip

Last updated