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-coreor
Install via npx
npx @hexmos/ipm i FuelLabs/fuel-corePrerequisites
Rust
languageVersion: 1.60.0-stable, 1.70.0-alpha.2
Clang
build_toolVersion: 14.0.0
CMake
package_managerVersion: 3.28.1
Git
system_toolVersion: 2.35.1
Python
languageVersion: 3.9.10
Cargo
package_managerVersion: 1.58.0
Xcode
system_toolVersion: 14.0.0
Node.js
package_managerVersion: 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 buildPackage Manager (Ubuntu/Debian)
sudo apt update && sudo apt install -y cmake pkg-config build-essential git clang libclang-dev
cargo xtask buildCI Checks
source ci_checks.shPost Installation Steps
- Start the server using the command: `./target/debug/fuel-core run`.
- Run migrations to initialize the database: `cargo db migrate --all`
