1 个仓库
Running and maintaining a consensus layer node that tracks network state and provides APIs for validators.
Distinct from Blockchain Node Operation: Specifically for beacon nodes (consensus layer), distinct from execution nodes or archive node implementations.
Explore 1 awesome GitHub repository matching devops & infrastructure · Ethereum Beacon Node Operation. Refine with filters or upvote what's useful.
Prysm is a Go implementation of the Ethereum consensus layer, providing an Ethereum proof of stake client, beacon node, and validator client. It enables the operation of beacon nodes to track network state and the running of validator nodes to propose blocks and sign attestations. The project includes an MEV-boost integrated client that routes blocks through external relays and builders to optimize transaction fee rewards. It provides a slashing protection database to prevent conflicting signatures and supports remote key signing to keep private keys on external secure services. The software
Maintains a node that tracks the network state, syncs blockchain data, and provides API access for validators.