This project shows our vision of a guide to launching a full node of the Sided Protocol project.
go version
git clone <https://github.com/sideprotocol/side.git>
cd side
git checkout v0.8.1
make install
The provided command will compile the sided binary and save it in your $GOBIN directory. If $GOBIN is included in your $PATH, you should be able to execute the sided binary.
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
sided version
0.8.1
If you encounter any issues related to PATH settings, please consult the provided Go releases and instructions link mentioned in the prerequisites section.