Install Prerequisites
Supporting software for supporting software
Install Prerequisites
The following tools may not yet be available on your system, but are necessary for installing our supporting software.
make
make is a utility to assist in building software.
sudo apt-get update
sudo apt-get install make
apt-get install make commandCheck to see if make was correctly installed.

make --version commandGo
Go is a programming language and the go compiler is needed to build software written in Go.
The instructions below are for version 1.20. Check for newer versions of go, and adapt the instructions below.

wget, tar, and ln commandsCheck to see if go was installed correctly.

go version commandOptionally, clean up installation files.
Stake Local Dashboard Repository
Clone the Stake Local Dashboard repository.
Last updated