Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ralexstokes/eth-testnet-runner


https://github.com/ralexstokes/eth-testnet-runner

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# eth-testnet-runner

Generates config for a local testnet and provides commands to run 1 peer with a small number of validators.

# Notes on creating testnet

Currently only supports `lighthouse` and `geth`.

## Dependencies

Expects `geth`, `ligthhouse` and `eth2-val-tools` in `bin` dir.

## Steps

### One time

`just copy-config-templates`

### To create configuration

Edit values in `testnet-config/values.env`. Then,

`just create-genesis`

### To run clients

`just init-geth`

run clients:
- `just run-el`
- `just run-cl`
- `just run-validator`

## Sources

https://github.com/ethpandaops/ethereum-genesis-generator

https://github.com/ethereum/consensus-deployment-ansible