Installation
In this tutorial, you will learn about the dependencies that need to be installed to run Fiamma.
Last updated
In this tutorial, you will learn about the dependencies that need to be installed to run Fiamma.
Last updated
Fiamma requires Golang for Fiamma to be installed on your system. Install it using the instructions on the provided link.
For Linux server installation of Go language, you can refer to the commands below, and for installation tutorials of Go language on other operating systems, you can refer to the official
After executing the above commands, you should check that the version of go is the same as the required version.
You need to clone Fiamma’s GitHub repository to install the fiammad
executable.
Install build requirements
Retrieve the Fiamma source code either through the or by cloning the .
Navigate to the directory that contains the Fiamma source code. From there build and install the fiammad executable
Check fiammad command
Note! he last command first executes git checkout
in the specific version that you want to install. Ensure that you install the same version of the Fiamma executable as the one that is running on the network you aim to join.