EVM contracts
A primer on EVM smart contracts in the AppLayer ecosystem.
Last updated
A primer on EVM smart contracts in the AppLayer ecosystem.
Last updated
Aside from native contracts, AppLayer can also execute Solidity contracts as-is by the use of the AppLayer EVM, which is compatible with bytecode deployment. This means any language that compiles to EVM bytecode (e.g. , , etc.) can be used to deploy contracts in the AppLayer EVM in a seamless, straight-forward way.
This kind of compatibility is possible thanks to the integration of the virtual machine (originally made by the Ethereum devs) and libraries.