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

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

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