1. Get-started

  1. Install consensus client.
  2. Start besu.
besu --network=sepolia --rpc-http-enabled=true --rpc-http-host=0.0.0.0 --rpc-http-cors-origins="*" --rpc-ws-enabled=true --rpc-ws-host=0.0.0.0 --host-allowlist="*" --engine-host-allowlist="*" --engine-rpc-enabled --engine-jwt-secret="jwtsecret.hex" --data-path=/home/ec2-user/besu-testnet-sepolia
  1. Start teku.
teku --network=sepolia --ee-endpoint=http://localhost:8551 --ee-jwt-secret-file=jwtsecret.hex --metrics-enabled=true --ignore-weak-subjectivity-period-enabled --checkpoint-sync-url=https://beaconstate-sepolia.chainsafe.io
  1. Syncing besu and teku and importing block.

2. Resolved problem

  1. Not connect between teku and besu on sepolia testnet

Reference

hyperledger-get-started