1. Set Up Fiamma Operator
Steps overview:
Step 1: Clone the Repository
git clone https://github.com/fiamma-chain/operator_for_linux.git
cd operator_for_linuxStep 2: Set up the Environment
source "$HOME/.cargo/env"source ~/.bashrc
# or if you're using zsh:
source ~/.zshrcStep 3: Configure Environment Variables
Last updated