An open API service indexing awesome lists of open source software.

https://github.com/op-rs/palmtop

Pure Rust Fault Proof Program that runs the rollup state-transition to verify an L2 output from L1 inputs.
https://github.com/op-rs/palmtop

Last synced: about 2 months ago
JSON representation

Pure Rust Fault Proof Program that runs the rollup state-transition to verify an L2 output from L1 inputs.

Awesome Lists containing this project

README

        

### palmtop

**palmtop** is a fault proof program that runs the rollup state transition to verify an L2 output from L1 inputs.

The verifiable L2 output can then be used to resolve a disputed output on L1.

The program is designed such that it can be run in a deterministic way such that two invocations with the same input
data wil result in not only the same output, but the same program execution trace. This allows it to be run in an
on-chain VM as part of the dispute resolution process.

### allusion

**palmtop** is a computer small enough to be held in your hand.

In the 1990s, the palmtop PC was the elite mobile device equipt with a tiny keyboard and little smart pen. Until the iPhone.

In essence, this is the **palmtop**, and zk proofs will (likely) be the iPhone.