Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dannywillems/optimism-network-infra

Scripts to bootstrap a Optimism infrastructure
https://github.com/dannywillems/optimism-network-infra

Last synced: about 1 month ago
JSON representation

Scripts to bootstrap a Optimism infrastructure

Awesome Lists containing this project

README

        

## Run infra for Sepolia

Optimism
- [op-node](https://github.com/ethereum-optimism/optimism/tree/develop/op-node) --> rollup node
- [op-geth](https://github.com/ethereum-optimism/op-geth) --> execution engine for Optimism

Ethereum
- [geth](https://github.com/ethereum/go-ethereum)
- [lighthouse](https://github.com/sigp/lighthouse)

And the op-program is going to communicate with L1 geth and L2 op-node.

Generate first a JWT token:
```
openssl rand -hex 32 > jwt.txt
```