This repository contains standards and reference resources for those who wish to build or learn about the Optimistic Virtual Machine (OVM).
The OVM is a virtual machine designed to support all layer 2 (L2) protocols. Its generality comes from a reframing of L2 as an “optimistic” fork choice rule layered on top of Ethereum. The formalization borrows heavily from CBC Casper research, and describes layer 2 as a direct extension to layer 1 consensus. This implies a possible unification of all “layer 2 scalability” constructions (Lightning, Plasma, etc) under a single theory and virtual machine: the OVM.
There are two major components:
- Universal Adjudication Contracts--Ethereum smart contracts which are capable of adjudicating any multi-party dispute.
- OVM engine--Local OVM engine which optimistically evaluates these on-chain disputes & locally determines the result, enabling L2 scalability.
Do you want to...
You've come to the right place... or at least you've come to the right place to navigate to the right place! Here are some resources to whet your OVM appetite:
- Introducing the OVM
- OVM Layer 2 Constructions
- Universal Adjudication Contract
- Reference OVM Implementation
- Rust OVM Implementation
- Development Direction to the L2 Interoperability
- Plase submit a PR with more resources as you come across them!
The place to ask questions about the OVM is:
You'll find a group of folks that are objectively super duper cool and that, more likely than not, would love to answer your questions :)
Yes please! First step is see if you'd like to contribute to any one of the major implementations:
- Reference OVM implementation
- Rust OVM implementation
If you're looking for another
Soon! And without so much headache!
Developers should not need to learn what a "merkle tree" is in order to write a performant & secure application! Instead we should focus on application logic & make use of standard layer 2 backends.
The OVM is under active development & at this point should not be integrated into any wallets. However, soon the OVM will provide wallets a common interface for querying & managing layer 2 assets. The OVM acts as a cryptoeconomic light clients for layer 2--enabling layer 2 transaction signing & asset management.
Please submit PRs wherever possible! Chat on plamsa.build! Build an OVM! Build a suuuper cool scalable blockchain application! Be kind to people you meet! Don't listen to strangers on the internet!