Make sure you have the following installed:
Optional but recommended:
First, you'll need to clone the repository that contains the management script and binaries for Bahamut’s execution layer (Caravan). Run the following commands:
git clone <https://github.com/fastexlabs/bahamut-execution.git>
cd bahamut-execution
chmod +x bahamut
This command will download the repository and give executable permission to the script bahamut
.
Next, you’ll use the bahamut
script to install the Caravan execution layer. This layer is critical for syncing with the network and executing blockchain operations.
./bahamut install
This will:
sahara_config.toml
, oasis_config.toml
)You can then adjust these configuration files (e.g., change ports if necessary).