Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dannywillems/optimism-network-infra
- Owner: dannywillems
- Created: 2023-10-05T10:53:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T14:30:13.000Z (12 months ago)
- Last Synced: 2024-05-02T01:51:28.767Z (7 months ago)
- Language: Shell
- Size: 112 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 OptimismEthereum
- [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
```