epbs-devnet-0
| Name | Link |
|---|---|
| Devnet Spec | https://github.com/ethpandaops/epbs-devnets/tree/master/network-configs/devnet-0/metadata |
| JSON RPC | https://rpc.epbs-devnet-0.ethpandaops.io |
| Beacon RPC | https://beacon.epbs-devnet-0.ethpandaops.io |
| Explorer | https://explorer.epbs-devnet-0.ethpandaops.io |
| Dora the Explorer | https://dora.epbs-devnet-0.ethpandaops.io |
| Syncoor | https://syncoor.epbs-devnet-0.ethpandaops.io |
| Assertoor | https://assertoor.epbs-devnet-0.ethpandaops.io |
| Checkpoint Sync | https://checkpoint-sync.epbs-devnet-0.ethpandaops.io |
| Faucet | https://faucet.epbs-devnet-0.ethpandaops.io |
| Forkmon | https://forkmon.epbs-devnet-0.ethpandaops.io |
Network Spec
https://notes.ethereum.org/@ethpandaops/epbs-devnet-0
Ansible setup
https://github.com/ethpandaops/epbs-devnets
Client versions
Validator ranges
Some examples:
## Pretty print in YAML format
curl -s https://config.epbs-devnet-0.ethpandaops.io/api/v1/nodes/validator-ranges \
| yq '.ranges' -P
Ethereum node inventory
Some examples on how to filter specific data from the node inventory:
# Getting execution layer client enodes
curl -s https://config.epbs-devnet-0.ethpandaops.io/api/v1/nodes/inventory \
| jq -r '.ethereum_pairs[] | .execution.enode'
# Getting conseus layer client ENRs
curl -s https://config.epbs-devnet-0.ethpandaops.io/api/v1/nodes/inventory \
| jq -r '.ethereum_pairs[] | .consensus.enr'
Genesis configuration
Execution layer clients
- https://config.epbs-devnet-0.ethpandaops.io/el/genesis.json
- https://config.epbs-devnet-0.ethpandaops.io/el/besu.json
- https://config.epbs-devnet-0.ethpandaops.io/el/chainspec.json
Consensus layer clients
- https://config.epbs-devnet-0.ethpandaops.io/cl/config.yaml
- https://config.epbs-devnet-0.ethpandaops.io/cl/genesis.ssz
- https://config.epbs-devnet-0.ethpandaops.io/cl/deposit_contract.txt
- https://config.epbs-devnet-0.ethpandaops.io/cl/deposit_contract_block.txt
- https://config.epbs-devnet-0.ethpandaops.io/cl/deposit_contract_block_hash.txt