Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralexstokes/eth-testnet-runner
https://github.com/ralexstokes/eth-testnet-runner
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ralexstokes/eth-testnet-runner
- Owner: ralexstokes
- Created: 2023-02-07T18:27:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-29T00:04:27.000Z (about 1 year ago)
- Last Synced: 2024-10-04T20:22:18.862Z (about 1 month ago)
- Language: Just
- Size: 21.5 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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