️🏆Warden Protocol

Website: https://wardenprotocol.org/arrow-up-right

Twitter: https://twitter.com/wardenprotocolarrow-up-right

Discord: https://discord.com/invite/wardenprotocolarrow-up-right

Update system

sudo apt update
sudo apt-get install git curl build-essential make jq gcc snapd chrony lz4 tmux unzip bc -y

Install Go

rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.20.5.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 version

Installation & Configuration

a. Build the wardend binary and initalize the chain home folder: replace <custom_moniker> by your monkier

b. Prepare the genesis file:

c. And set some mandatory configuration options:

d. Add Peer:

e. Star Warden:

f. Check sync: false

Last updated