Skip to content
Merged
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
25 changes: 25 additions & 0 deletions public/content/developers/docs/networks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,31 @@ Hoodi is a testnet for testing validating and staking. The Hoodi network is open
- [Hoodi Faucet](https://hoodi.ethpandaops.io/)
- [PoW faucet](https://hoodi-faucet.pk910.de/)

#### Ephemery {#ephemery}

Ephemery is a unique kind of testnet that fully resets every month. The execution and consensus state reverts back to genesis every 28 days, which means anything that happens on the testnet is ephemeral. This makes it ideal for a short term testing, fast node bootstrap and 'hello world' kind of applications that don't need permanence.

- Always fresh state, short term testing of validators and apps
- Includes only basic set of contracts
- Open validator set and easy to access large amounts of funds
- Smallest node requirements and quickest sync, <5GB on average

##### Resources
Comment thread
wackerow marked this conversation as resolved.

- [Website](https://ephemery.dev/)
- [Github]( https://github.com/ephemery-testnet/ephemery-resources)
- [Community chat](https://matrix.to/#/#staker-testnet:matrix.org)
- [Blockscout](https://explorer.ephemery.dev/)
- [Otterscan](https://otter.bordel.wtf/)
- [Beacon explorer](https://beaconlight.ephemery.dev/)
- [Checkpoint Sync](https://checkpoint-sync.ephemery.ethpandaops.io)
- [Launchpad]( https://launchpad.ephemery.dev/)

#### Faucets
Comment thread
wackerow marked this conversation as resolved.

- [Bordel Faucet](https://faucet.bordel.wtf/)
- [Pk910 PoW Faucet](https://ephemery-faucet.pk910.de/)

#### Holesky {#holesky}

The Holesky testnet will be [deprecated in September 2025](https://blog.ethereum.org/en/2025/03/18/hoodi-holesky). Staking operators and infrastructure providers should use Hoodi for validator testing instead.
Expand Down