Analysis updated 2026-05-18
Look up exactly how the FuelVM is supposed to execute transactions and instructions.
Reference the spec when implementing or auditing a Fuel protocol client.
Build and browse the specifications locally as a readable mdbook website.
| fuellabs/fuel-specs | octoday-hub/embodied-ai | trekhleb/machine-learning-experiments | |
|---|---|---|---|
| Stars | 1,785 | 1,803 | 1,810 |
| Language | — | — | Jupyter Notebook |
| Last pushed | — | 2026-06-25 | — |
| Maintenance | — | Active | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 3/5 | 1/5 | 3/5 |
| Audience | researcher | general | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires installing mdbook via cargo to build or serve the docs locally.
This repository contains the technical specifications for the Fuel protocol and the FuelVM, which is a virtual machine designed for blockchain use. A blockchain virtual machine is a computing environment that processes transactions and runs programs in a way that can be verified by many independent parties. Fuel positions itself as a fast and scalable version of this kind of system. The specifications here are written documentation, not runnable software. They describe the rules and behaviors that any correct implementation of Fuel must follow: how transactions are structured, how the virtual machine executes instructions, and how the protocol fits together. Developers building on top of Fuel or implementing parts of it would refer to these specs to understand exactly what is required. The documentation is organized as a book using a tool called mdbook, which turns Markdown files into a readable website. You can build and browse the book locally by installing mdbook and running a single command. The README is short and does not go into the content of the specifications themselves.
A documentation repository specifying the rules of the Fuel blockchain protocol and its FuelVM virtual machine, not runnable software.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly researcher.
This repo across BitVibe Labs
Verify against the repo before relying on details.