First, download and install the GaiaNet node software. Use the following command:
curl -sSfL 'https://github.com/GaiaNet-AI/gaianet-node/releases/latest/download/install.sh' | bash

After installation, configure the node with BeraviTeam settings:
Initialize the node:
gaianet init --chain-id GaiaNet-1 BeraviTeam
Download the genesis file:
curl -O https://path-to-beraviteam-genesis/genesis.json
mv genesis.json ~/.gaianet/config/
Edit the configuration file to include the BeraviTeam node settings:
nano ~/.gaianet/config/config.toml
Replace
<SEED>and<PEER>with the provided values from BeraviTeam.
Once configured, start the GaiaNet node:
gaianet start
To monitor your node, use:
gaianet status
Regularly check logs and update the node software to stay in sync with the network.

