Deploy Beacon Node
Deploy Beacon Node
apiVersion: ethereum2.kotal.io/v1alpha1
kind: BeaconNode
metadata:
name: teku-beacon-node
spec:
network: pyrmont
client: teku
rest: true
restPort: 8888
eth1Endpoints:
- http://goerli-besu-node:8545kubectl apply -f beacon.yamlkubectl get beaconnodesFetch Beacon Node Logs
Call /eth/v1/beacon/genesis REST API
/eth/v1/beacon/genesis REST APILast updated
Was this helpful?