nearEVM
nearEVM is an Ethereum Virtual Machine (EVM) implementation designed to run on the NEAR Protocol, enabling Ethereum-compatible smart contracts to be executed within the NEAR ecosystem. By providing an EVM execution environment on NEAR, nearEVM allows developers to deploy and run Solidity-compiled contracts without rewriting them for a different blockchain runtime. The project aims to bridge Ethereum tools and developer workflows with NEAR’s performance characteristics.
In practice, nearEVM provides an Ethereum-like execution context on top of NEAR, supporting Solidity-based contracts and
Use cases for nearEVM include porting existing Ethereum decentralized applications to NEAR, enabling projects to benefit
The project is open source and maintained by the NEAR ecosystem, with ongoing development and community contributions.