πZetaChain
With its Universal EVM, ZetaChain is an L1 blockchain for chain abstraction. Build omnichain apps that span any chain from Ethereum to Bitcoin and beyond.
Public Endpoints
Explorer
Update system
sudo apt update
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -yrm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.22.1.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile
go versionInstall Binary
Initialize Node
Download gennesis and Addrbook
Create Services
State Sync
Check Sync
Create wallet
Create validator
Last updated