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

https://github.com/protolambda/istanbul-demo

Fault Proof Program & VM demo @ onchain summit istanbul
https://github.com/protolambda/istanbul-demo

Last synced: 14 days ago
JSON representation

Fault Proof Program & VM demo @ onchain summit istanbul

Awesome Lists containing this project

README

        

# onchain summit Fault Proof workshop

```bash
git clone [email protected]:ethereum-optimism/optimism.git
git clone [email protected]:protolambda/istanbul-demo.git

cd istanbul-demo

# run natively
make oracle_test

# with cannon, generating proof data from emulated MIPS
make proof_example
```