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
- Host: GitHub
- URL: https://github.com/protolambda/istanbul-demo
- Owner: protolambda
- Created: 2023-11-14T10:11:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-26T06:11:18.000Z (over 1 year ago)
- Last Synced: 2025-02-26T04:22:43.060Z (3 months ago)
- Language: Go
- Size: 42 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd istanbul-demo
# run natively
make oracle_test# with cannon, generating proof data from emulated MIPS
make proof_example
```