Skip to content

fastexlabs/binaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Caravan Binaries and Management Script

This repository provides a management script for the Bahamut blockchain execution layer - Caravan. The management script simplifies the process of downloading, installing, and managing the Bahamut execution layer, making it easy to set up and maintain a Caravan node. Precompiled binaries for Caravan are available as tagged releases in the binaries repository.

Table of Contents

Prerequisites

Ensure that you have the following prerequisites installed on your system:

Installation

  1. Download the bahamut management script:
git clone 
chmod +x bahamut
  1. Run the management script to download and install the Caravan execution layer:
./bahamut install

This command will download the latest Caravan binaries from the tagged releases in the execution layer repository. After the install added Bahamut/sahara/sahara_config.toml and Bahamut/oasis/oasis_config.toml config files, in which you can change ports.

Usage

Once you have installed the Caravan execution layer, you can use the bahamut script to manage your Caravan node. The following commands are available:

./bahamut start: Starts the Caravan node.
./bahamut stop: Stops the Caravan node.
./bahamut restart: Restarts the Caravan node.
./bahamut status: Returns the status of the Caravan node.
./bahamut install: Installs Caravan dependencies needed for the start.
./bahamut update: Updates Caravan binaries and native scripts.\

Commands

Start the Caravan Node

To start the Caravan node, run:

./bahamut start --network sahara

Stop the Caravan Node

To stop the Caravan node, run:

./bahamut stop

Restart the Caravan Node

To restart the Caravan node, run:

./bahamut restart

Check the Caravan Node Status

To check the status of the Caravan node, run:

./bahamut status

Install the Caravan Node Dependencies

To install Caravan dependencies needed for the start, run:

./bahamut install

Update the Caravan Node

To update the Caravan node, run:

./bahamut update

Options

  • --help: Show help information and a list of available commands.
  • --network: Specify the network to connect the Caravan node to, e.g., --network sahara or --network oasis.

Support

If you encounter any issues or have any questions, please open an issue on the GitHub repository.

License

Caravan is released under the MIT License. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages