Skip to content

Commit 3b50521

Browse files
authored
Refactor specs repo (#87)
* Move VM specs to a VM directory. * Refactor readme.
1 parent f91214a commit 3b50521

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
# Fuel Virtual Machine (FuelVM) Specifications
1+
# Fuel Specifications
22

3-
This repository specifies the Fuel Virtual Machine (FuelVM), a next-generation verifiable virtual machine for [the Fuel blockchain](https://github.com/FuelLabs).
3+
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](https://github.com/FuelLabs).
44

55
- [Specification](#specification)
6+
- [FuelVM](#fuelvm)
67

78
## Specification
89

10+
### FuelVM
911
The specification is laid out as follows:
10-
1. [main.md](./specs/main.md): Entry point for reading the specification. Describes the FuelVM at a high level, from its architecture to how it is initialized.
11-
1. [opcodes.md](./specs/opcodes.md): Defines all opcodes available in the FuelVM.
12-
1. [tx_format.md](./specs/tx_format.md): Transaction format.
13-
1. [tx_validity.md](./specs/tx_validity.md): Defines transaction validity rules.
12+
1. [main.md](./specs/vm/main.md): Entry point for reading the specification. Describes the FuelVM at a high level, from its architecture to how it is initialized.
13+
1. [opcodes.md](./specs/vm/opcodes.md): Defines all opcodes available in the FuelVM.
14+
1. [tx_format.md](./specs/vm/tx_format.md): Transaction format.
15+
1. [tx_validity.md](./specs/vm/tx_validity.md): Defines transaction validity rules.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)