How to install validator?
Installation
To install golang v1.20, please visit the official golang website and follow the installation instructions for your specific operating system.
Also here are the shell commands to install Golang v1.20:
These commands will download the binary installation package for Golang v1.20 from the official Golang website and extract it to the /usr/local
directory. After that, the Golang executable file will be added to your environment variable PATH
so that the go
command can be globally accessed in the terminal.
Getting the code
You can clone the code from the GitHub repository by running the following command in your terminal:
This will clone the repository to your local machine.
Building the application
To build the application, navigate to the cross.validator directory and run the following command in your terminal:
This will build the application and create a binary executable file called "validator".
Last updated