▶️Installation
The complete infrastructure for cross-chain smart contracts, applications, and modular functionality.
Chain ID: crossfi-evm-testnet-1 | Latest Version Tag: 0.3.0-prebuild3 | Wasm: OFF
Installation
Install dependencies
Setting up variable
echo "export CROSSFI_CHAIN_ID=crossfi-evm-testnet-1" >> $HOME/.bash_profile
source $HOME/.bash_profileUpdate 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.21.4.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 versionDownload and build binaries
Change your moniker
Download Genesis
Set the prunning, prometheus, indexer and gas prices
Create a service
Start service and check the logs
Last updated
Was this helpful?