peerdas-devnet-1

Name Link
Devnet Spec https://github.com/ethpandaops/peerdas-devnets/tree/master/network-configs/devnet-1/metadata
JSON RPC https://rpc.peerdas-devnet-1.ethpandaops.io
Beacon RPC https://beacon.peerdas-devnet-1.ethpandaops.io
Explorer https://explorer.peerdas-devnet-1.ethpandaops.io
Dora the Explorer https://dora.peerdas-devnet-1.ethpandaops.io
Beaconchain explorer https://peerdas-devnet-1.beaconcha.in
Checkpoint Sync https://checkpoint-sync.peerdas-devnet-1.ethpandaops.io
Faucet https://faucet.peerdas-devnet-1.ethpandaops.io
Forkmon https://forkmon.peerdas-devnet-1.ethpandaops.io
Ethstats https://ethstats.peerdas-devnet-1.ethpandaops.io

Network Spec

https://notes.ethereum.org/@ethpandaops/peerdas-devnet-1

Ansible setup

https://github.com/ethpandaops/peerdas-devnets

Client versions

https://github.com/ethpandaops/peerdas-devnets/blob/master/ansible/inventories/devnet-1/group_vars/all/images.yaml

Validator ranges

Some examples:

## Pretty print in YAML format
curl -s https://config.peerdas-devnet-1.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.peerdas-devnet-1.ethpandaops.io/api/v1/nodes/inventory \
  | jq -r '.ethereum_pairs[] | .execution.enode'
# Getting conseus layer client ENRs
curl -s https://config.peerdas-devnet-1.ethpandaops.io/api/v1/nodes/inventory \
  | jq -r '.ethereum_pairs[] | .consensus.enr'

Genesis configuration

Execution layer clients

Consensus layer clients