π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
Explorerhttps://explorer.zetachain.com/address/0xa3380F6a8D73a281e37E7752F67e1BEbd428ce0e
Name :Validator247
Hex Address: 0xa3380f6a8d73a281e37e7752f67e1bebd428ce0e
Validator Address: zeta15vuq765dww3grcm7waf0vlsma02z3nsw3gxjgr
Operator Address: zetavaloper15vuq765dww3grcm7waf0vlsma02z3nsw4g7w94
Update system
sudo apt update
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -yGo Install
rm -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
PEER
Create Services
State Sync
Check Sync
Create wallet
Restore wallet
Check Banlance
Create validator
Note: Add to App.toml
Last updated