Prysm
How to run Erigon with Prysm as external Consensus Layer client
Last updated
How to run Erigon with Prysm as external Consensus Layer client
Last updated
Prysm is another popular client used for block production. Documentation can be found here: https://docs.prylabs.network/docs/getting-started
The basic steps to run Erigon + Lighthouse are:
Install and run Erigon. Erigon will automatically create a JWT secret.
Install and run Lighthouse, pointing to JWT secret created by Erigon.
See also ELI5 nodes examples of configuration.