# Fuel VM [![build](https://github.com/FuelLabs/fuel-vm/actions/workflows/ci.yml/badge.svg)](https://github.com/FuelLabs/fuel-vm/actions/workflows/ci.yml) [![crates.io](https://img.shields.io/crates/v/fuel-vm?label=latest)](https://crates.io/crates/fuel-vm) [![docs](https://docs.rs/fuel-vm/badge.svg)](https://docs.rs/fuel-vm/) [![discord](https://img.shields.io/badge/chat%20on-discord-orange?&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/xfpK4Pe) Rust interpreter for the Fuel Virtual Machine. The VM itself executes `fuel-asm` opcodes generated by the Sway compiler. It is used as a core component of the `fuel-core` block executor to validate, estimate, and execute `Create` and `Script` transactions.