Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/client/infra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Infrastructure

## Network setup & buildtools

- Genesis state generator: https://github.com/ethpandaops/eth-beacon-genesis
- Testnet genesis generator:
https://github.com/ethpandaops/ethereum-genesis-generator
- Docker build automations:
https://github.com/ethpandaops/eth-client-docker-image-builder
- A Kurtosis package that deploys a private, portable, and modular Ethereum
devnet: https://github.com/ethpandaops/ethereum-package
- Lean consensus types in Go: https://github.com/ethpandaops/go-lean-types

## Validator toolings

- Validator management tools e.g. generating validator keys:
https://github.com/protolambda/eth2-val-tools

## Observability

- Lightweight slot explorer: https://github.com/ethpandaops/dora
Loading