Skip to main content

Virtual Machines

The Transformers project is an application based on the Ethereum blockchain platform, which enables the execution of smart contracts and the implementation of application logic through the full integration of an Ethereum Virtual Machine (EVM). Currently, Transformers VM already supports most of the contracts on the market (e.g. ERC-721, ERC-20, ERC-1155, etc.).

The Ethereum Virtual Machine (EVM) is one of the core components of the Ethereum blockchain platform. It is a stack-based virtual machine environment for executing smart contract code. The EVM uses a bytecode instruction set and a stack structure to provide a sandbox environment to isolate smart contract execution. By accessing and modifying state data in the Ethernet network, EVM enables state management of smart contracts. As the core technology of Ethereum, the rules and functions of EVM are jointly decided and evolved by the Ethereum community. With EVM, developers can build various decentralized applications and smart contracts to implement complex business logic and protocols.

Quote

Smart contract [^1]:https://en.wikipedia.org/wiki/Smart_contract

Solidity [^2]:https://en.wikipedia.org/wiki/Solidity

EVM [^8]:https://en.wikipedia.org/wiki/Ethereum#Virtual_machine