diff --git a/docs/client/infra.md b/docs/client/infra.md new file mode 100644 index 00000000..36acaa5a --- /dev/null +++ b/docs/client/infra.md @@ -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