https://github.com/0xmichalis/reth-setup
Run Ethereum with Podman
https://github.com/0xmichalis/reth-setup
ethereum lighthouse podman podman-compose reth systemd
Last synced: 3 months ago
JSON representation
Run Ethereum with Podman
- Host: GitHub
- URL: https://github.com/0xmichalis/reth-setup
- Owner: 0xmichalis
- License: mit
- Created: 2024-12-02T13:26:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T19:18:25.000Z (3 months ago)
- Last Synced: 2025-03-10T20:28:09.289Z (3 months ago)
- Topics: ethereum, lighthouse, podman, podman-compose, reth, systemd
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# reth-setup
Run [reth](https://reth.rs/) and [lighthouse](https://lighthouse-book.sigmaprime.io/) via Podman.
## Buil JWT token generator
podman build -t jwt-generator ./jwt
## Run
### systemd
Start:
./systemd/start.sh
Stop:
./systemd/stop.sh
### podman-compose
Start:
./podman-compose/start.sh
Stop:
./podman-compose/stop.sh