0.0.1-alpha.25 • Published 4 years ago

@eth-optimism/ovm v0.0.1-alpha.25

Weekly downloads
24
License
MIT
Repository
github
Last release
4 years ago

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

View instructions here.

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).