This project shows our vision of a guide to launching a full node of the Sided Protocol project.

Build sided from source

  1. Ensure that you have the necessary version of Golang installed.go version
  2. Clone the source code from the repository and navigate to the cloned directory using the cd command.
git clone <https://github.com/sideprotocol/side.git>
cd side
git checkout v0.8.1
  1. Compile the sided binary. 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.