Installation
BlockX Installation
This testnet installation may already obsolete as the BloxkX already launch it's mainnet.
Install Golang
// download and install
wget -q -O - https://raw.githubusercontent.com/canha/golang-tools-install-script/master/goinstall.sh | bash -s -- --version 1.18When installation is finished please load variables into system
source ~/.profileCheck if Go already installed sucessfully
// It should return go version go1.18 linux/amd64
go versionRun Fullnodes
git clone https://github.com/defi-ventures/blockx-node-public-compiled.git
cd blockx-node-public-compiled
./run-fullnode-cosmovisor.shLast updated