https://github.com/fuellabs/fuel-specs
📝 Specifications for the Fuel protocol and the FuelVM, a blazingly fast blockchain VM.
https://github.com/fuellabs/fuel-specs
blockchain fuel fuelvm
Last synced: about 1 month ago
JSON representation
📝 Specifications for the Fuel protocol and the FuelVM, a blazingly fast blockchain VM.
- Host: GitHub
- URL: https://github.com/fuellabs/fuel-specs
- Owner: FuelLabs
- License: apache-2.0
- Created: 2020-08-27T21:08:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T20:40:55.000Z (about 1 month ago)
- Last Synced: 2025-03-17T21:37:32.355Z (about 1 month ago)
- Topics: blockchain, fuel, fuelvm
- Homepage: https://fuellabs.github.io/fuel-specs/master
- Size: 6.72 MB
- Stars: 1,797
- Watchers: 46
- Forks: 718
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fuel Specifications
**Fuel: A Secure Decentralized Generalized Massively Scalable Transaction Ledger**
This repository specifies the Fuel protocol, including the Fuel Virtual Machine (short: FuelVM), a blazingly fast verifiable blockchain virtual machine.
## mdbook
The Fuel Specifications book is built with mdbook.
Install `mdbook` and then open a new terminal session in order to run the subsequent commands
```sh
cargo install mdbook
```To build book:
```sh
mdbook build
```To serve locally:
```sh
mdbook serve
```## Contributing
Markdown files must conform to [GitHub Flavored Markdown](https://github.github.com/gfm/). Markdown must be formatted with:
- [markdownlint](https://github.com/DavidAnson/markdownlint)
- [Markdown Table Prettifier](https://github.com/darkriszty/MarkdownTablePrettify-VSCodeExt)