▶️Installation
The complete infrastructure for cross-chain smart contracts, applications, and modular functionality.
Chain ID: zgtendermint_16600-1 | Latest Version Tag: | Wasm:
Installation
Install dependencies
Update system and install build tools
sudo apt -q update
sudo apt -qy install curl git jq lz4 build-essential tmux libgmp3-dev flex bison
sudo apt -qy upgradeInstall Go
rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.19.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 versionSet Variable
Download and build binaries
Set config and init app
Set custom ports in app.toml
Set custom ports in config.toml
Config pruning
Set minimum gas price, enable prometheus and disable indexing
Create a service
Snapshot
Start service and check the logs
Last updated
Was this helpful?