Installation
Build and install the Uptick binaries from source or using Docker.
Pre-requisites
Install Go
go versionInstall Binaries
GitHub
Clone and build Uptick using git:
git clone https://github.com/UptickNetwork/uptick.git
cd uptick
git checkout <version>
make installCheck that the uptickd binaries have been successfully installed:
uptickd versionLast updated