Module evm

Source
Expand description

Custom EVM implementation module. This module contains MyEvm, which is a custom variant of the REVM that demonstrates how to create your own EVM implementation by wrapping the standard EVM components.

Structsยง

MyEvm
MyEvm variant of the EVM.