logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install FuelLabs/fuel-core. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

FuelLabs/fuel-core Installation Guide

How to install FuelLabs/fuel-core. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for FuelLabs/fuel-core. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i FuelLabs/fuel-core
or

Install via npx

npx @hexmos/ipm i FuelLabs/fuel-core

Prerequisites

Rust

language

Version: 1.60.0-stable, 1.70.0-alpha.2

Clang

build_tool

Version: 14.0.0

CMake

package_manager

Version: 3.28.1

Git

system_tool

Version: 2.35.1

Python

language

Version: 3.9.10

Cargo

package_manager

Version: 1.58.0

Xcode

system_tool

Version: 14.0.0

Node.js

package_manager

Version: 18.17.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Source Code

git clone https://github.com/FuelLabs/fuel-core.git

make build

Package Manager (Ubuntu/Debian)

sudo apt update && sudo apt install -y cmake pkg-config build-essential git clang libclang-dev

cargo xtask build

CI Checks

source ci_checks.sh

Post Installation Steps

  • Start the server using the command: `./target/debug/fuel-core run`.
  • Run migrations to initialize the database: `cargo db migrate --all`