▶️Installation

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

Chain ID: blockx_100-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 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

Set Variable

Download and build binaries

Set custom ports

Set seeds & peers

Config pruning

Create a service

Start service and check the logs

Last updated

Was this helpful?