Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 805 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 805 Bytes

Fuel Specifications

This repository specifies the Fuel v2 system, including the Fuel Virtual Machine (FuelVM, FVM), a next-generation verifiable virtual machine for the Fuel v2 blockchain.

Specification

Protocol

  1. tx_validity.md: Defines transaction validity rules.
  2. tx_format.md: Transaction format.

FuelVM

The specification is laid out as follows:

  1. main.md: Entry point for reading the specification. Describes the FuelVM at a high level, from its architecture to how it is initialized.
  2. opcodes.md: Defines all opcodes available in the FuelVM.