Home
Softono
fuel-specs

fuel-specs

Open source Apache-2.0
1.8K
Stars
706
Forks
52
Issues
40
Watchers
2 months
Last Commit

About fuel-specs

# Fuel Specifications <!-- markdownlint-disable-next-line MD036 --> **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)

Platforms

Web Self-hosted

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

cargo install mdbook

To build book:

mdbook build

To serve locally:

mdbook serve

Contributing

Markdown files must conform to GitHub Flavored Markdown. Markdown must be formatted with: