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

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

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
```