Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pk910/test-testnet-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Nov 15, 2022
2 parents b2683b8 + 178bfa2 commit 1c9170d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Test ephemeral testnet

This repository contains the genesis configuration for the test ephemeral testnet.

## Run clients

Use the [retention.sh](https://github.com/pk910/test-testnet-scripts/blob/master/retention.sh) script with a crontab (5mins) to reset your node to the latest genesis.
The script downloads the latest genesis state from this repository, initializes EL database and restarts the clients when necessary.
You'll need to modify the first 4 functions yourself to work in your environment.

## Add validators

To add validators to the genesis state you just need to commit the pubkeys to a new txt file within the validators folder of this repository.

They will be added to the genesis state on next reset.

0 comments on commit 1c9170d

Please sign in to comment.