EVM++ is a backwards-compatible extension of the Ethereum Virtual Machine with expressive compute precompiles to build actually smart contracts, with native scheduling, built-in account abstraction, and the most wanted EIPs.
Scheduler
that enables
developers to register a callback frequency at which their smart contract entry
point is invoked.
Block producers maintain a mapping of pending invocations and may include these
transactions at the top of each block, subject to transaction validity and
sufficient fees.
For heterogeneous or compute-intensive scheduled transactions,
Resonance ensures timely allocation and inclusion in
a state-preserving manner.
EIP-7702: SetCodeTx
.Ed25519
signature verification.PAY
opcode to send ether without transferring execution
context.secp256r1
signature verification.