FuelLabs/fuel-core
This is an external open-source GitHub repository imported into the WOCSOL Marketplace for discovery. The original repository owner is the primary creator.
Repository Details
Repository Description
Rust full node implementation of the Fuel v2 protocol.
Rust full node implementation of the Fuel v2 protocol.
# Fuel Client [](https://github.com/FuelLabs/fuel-core/actions/workflows/ci.yml) [](https://deepwiki.com/FuelLabs/fuel-core) [](https://crates.io/crates/fuel-core) [](https://docs.rs/fuel-core/) [](https://discord.gg/xfpK4Pe) [](https://x.com/fuel_network) Fuel client implementation. ## Versions currently used in networks | Network | Version | |----------|---------| | Fuel Ignition | 0.48.1 | | Testnet | 0.48.1 | | Devnet | 0.48.1 | ## Contributing If you are interested in contributing to Fuel, see our [CONTRIBUTING.md](CONTRIBUTING.md) guidelines for coding standards and review process. Before pushing any changes or creating pull request please run `source ci_checks.sh`. ## Building If you plan to use already pre-compiled binaries you can directly go to [Running a Ignition node](#running-a-ignition-node). ### System Requirements There are several system requirements including clang. #### MacOS ```bash brew update brew install cmake ``` #### Debian ```bash apt update apt install -y cmake pkg-config build-essential git clang libclang-dev ``` #### Arch ```bash pacman -Syu --needed --noconfirm cmake gcc pkgconf git clang ``` ### Rust setup You'll need `wasm32-unknown-unknown` target installed. ```bash rustup target add wasm32-unknown-unknown ``` ## Running a Ignition node If you want to participate in the Ignition network with your own node you can launch
Related Repositories
Product Discussion
Ask questions or discuss this product. New comments are reviewed before publishing.
Loading comments...