Differences from Ethereum
As discussed in the section of EVM compatibility, ZK Stack used by Nova is EVM compatible, but not EVM equivalent. You can find the differences from Ethereum from the documentation of ZK Stack.
Please note some EVM cryptographic precompiles (notably pairings and RSA) aren't currently available.
Ethereum cryptographic primitives like ecrecover
, keccak256
, sha256
, ecadd
and ecmul
are supported as precompiles.
Last updated