@eth-optimism/ovm
v0.0.1-alpha.25
Published
An optimistic execution-compatible EVM
Downloads
22
Readme
Optimistic Virtual Machine
ovm
is an implementation of the standard StateMachine
interface defined in core
. It provides the ability to apply transactions & exposes endpoints required for common Optimistic Rollup implementations and other L2s.
Requirements, Setup, & Testing
Deploying
TODO: You can deploy by running:
yarn run deploy:<contract-specific-task-here> <environment>
The environment
parameter tells the deployment script which config file to use (expected filename .<environment>.env
).