Overview of TVM
The TON Virtual Machine (TVM) executes all TON smart contracts. TVM operates on the stack principle, which ensures efficiency and ease of implementation.
This document provides a high-level overview of how TVM processes transactions.
tip
- TVM source: TVM C++ implementation
- TVM retracer