Install the Go programming language if you haven't already:
wget <https://golang.org/dl/go1.18.linux-amd64.tar.gz>
sudo tar -C /usr/local -xzf go1.18.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
Verify the installation:
go version
Clone the Blockless repository from GitHub:
git clone <https://github.com/blocklessnetwork/blockless.git>
cd blockless
Navigate to the project directory and build the node:
make install
The blocklessd
binary should now be available in your $GOPATH/bin
directory.
Initialize the validator node by running: