🏅Zeta Chain

Simple, Fast, and Secure Omnichain Blockchain. Build interoperable dApps. Span chains from Ethereum to Bitcoin and beyond. Access all of crypto from one chain.

website: https://www.zetachain.com/arrow-up-right

x: https://twitter.com/zetablockchainarrow-up-right

Building from source

sudo apt update
sudo apt install -y curl git jq lz4 build-essential

Install 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_profile

Clone project repository

git clone https://github.com/zeta-chain/node.git
cd node
git checkout v14.0.1
make install

Node configuration

Set prunning

Create a service

Start the service & check logs

Last updated