▶️Installation

The complete infrastructure for cross-chain smart contracts, applications, and modular functionality.

Chain ID: public-testnet-15.0dacadb8d663 | Latest Version Tag: v0.37.2 | 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 upgrade

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

Install Rust

Set Variable

Protocol Buffers

Install CometBFT

Download and build binaries

Set custom ports in config.toml

Create a service

Start service and check the logs

Last updated

Was this helpful?