1. Prepare the environment
git clone https://github.com/fiamma-chain/operator_for_linux.git
cd operator_for_linux./setup.shsource "$HOME/.cargo/env"source ~/.bashrc
# or if you're using zsh:
source ~/.zshrcLast updated
git clone https://github.com/fiamma-chain/operator_for_linux.git
cd operator_for_linux./setup.shsource "$HOME/.cargo/env"source ~/.bashrc
# or if you're using zsh:
source ~/.zshrcLast updated
cd dal && cp .env.example .env && sqlx migrate run && cd ..