CoinVoice has recently learned that on October 10, Dapper Labs CTO Dieter Shirley released a proposal in the Flow community titled "EVM on Flow - Beyond Solidity", describing how to introduce a way to achieve full EVM equivalence on Flow, aiming to enable developers to deploy any Ethereum dApp with complete flexibility without changing the code to take full advantage of Flow's native features.

The proposed implementation of EVM on Flow will allow developers to easily combine many of the features and capabilities of Cadence, a resource-oriented programming language designed for smart contracts and digital assets, on top of existing tools and smart contracts developed in Solidity for Ethereum and other EVM-compatible networks.

Composability between EVM and Cadence environments on Flow will be achieved through "bridge accounts". From the perspective of the EVM, the bridge address is like a smart contract. The EVM implemented on Flow allows Cadence smart contracts to safely extend EVM functionality and achieve full composability. [Original link]