💾Installing Prerequisites
We strongly recommend running your Node via binary after v2.0.1 This documentation does not support running or building nodes using source.
When run with Binary, you do not need to install any additional requirements. But we still share these for those who want to use grpcurl.
The first step is to install the required software.
Installing Git
Check the version with
It will show your git version:
git version 2.34.1
Installing GO
You must install Go version 1.24.4.
If you are using arm64 system, please apply the commands at Arm 64 System tab below.
At the end of the file, add these lines and save the file.
After you save the file, run:
Check GO Version
It must show "go version go.1.22.4 linux/amd64" or "go version go.1.22.4 linux/arm64" depending on your system.
Installing gRPCurl
If you already have the GO installed, you can use the go
tool to install grpcurl
:
If you are sure that all the requirements are installed, you can now proceed to the installing node section.
Last updated