EVM/MoveVM Cheatsheet
Quickly compare Solidity and Move, and understand how the EVM and MoveVM differ in design and execution.
High-Level Overview
Feature
Ethereum
Supra Move
Comparing Token Standards
Aspect
Ethereum/Solidity
Supra Move
Comparing EVM and Move VM
Aspect
EVM (Ethereum Virtual Machine)
Move VM (Supra Move Virtual Machine)
Module Structure & Initialization
Ethereum (Solidity)
Supra Move
Functions
Ethereum (Solidity)
Supra Move
Basic Types
Ethereum (Solidity)
Supra Move
Structs and Resources
Ethereum (Solidity)
Supra Move
Events
Ethereum (Solidity)
Supra Move
Storage & State Management
Ethereum (Solidity)
Supra Move
Testing
Ethereum (Solidity with Hardhat)
Supra Move
Deployment
Ethereum
Supra Move
Account Structure & Transaction Model
Ethereum Account Model
Supra Move Account Model
Recap
Last updated
