Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 3 months ago
JSON representation

📝 Specifications for the Fuel protocol and the FuelVM, a blazingly fast blockchain VM.

Lists

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)