EVM Details
Plasma’s design closely mirrors Ethereum’s standards to ensure seamless compatibility. Key points include:
EVM: Plasma supports the same smart contract languages that are supported by Ethereum. If it runs on Ethereum, then it runs on Plasma.
Accounts: Plasma uses the same account model as Ethereum, so existing wallets and tools work out-of-the-box.
Transaction Format: Plasma supports Ethereum’s transaction formats, including both dynamic fee (EIP-1559-style) and legacy types.
Transaction Lifecycle: The process—from creation and submission to verification, block production, and finalization—follows Ethereum’s established patterns, ensuring compatibility with existing infrastructure.
This alignment with Ethereum’s standards makes transitioning to Plasma straightforward for both developers and users.
Last updated