https://github.com/datachainlab/optimism-preimage-maker
Preimage maker for optimism
https://github.com/datachainlab/optimism-preimage-maker
Last synced: 3 months ago
JSON representation
Preimage maker for optimism
- Host: GitHub
- URL: https://github.com/datachainlab/optimism-preimage-maker
- Owner: datachainlab
- License: apache-2.0
- Created: 2024-11-29T04:45:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-01T00:46:56.000Z (11 months ago)
- Last Synced: 2025-07-01T01:36:57.888Z (11 months ago)
- Language: Rust
- Size: 206 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# optimism-preimage-maker
Preimage maker for optimism
## Prerequisites
* [kurtosis-cli v1.15.2](https://docs.kurtosis.com/install-historical/)
* [just](https://github.com/casey/just)
## Quickstart
### Start optimism devnet
```
make chain
make devnet-up
make set-port
make wait
```
Wait until the finalized l2 is found.
### E2E test
```
make server-up
make test
```