🏅Zeta Chain
Building from source
sudo apt update
sudo apt install -y curl git jq lz4 build-essentialInstall go
sudo rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.21.5.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile
source .bash_profileClone project repository
git clone https://github.com/zeta-chain/node.git
cd node
git checkout v14.0.1
make installNode configuration
Set prunning
Create a service
Start the service & check logs
Last updated