Ethereum Validator Signature Generator

1
2
3

Step 3: Create Signature JSON File

After collecting both signatures, create a JSON file following these steps:

a. File Format

Upload the bls_to_execution_change_keystore_transaction file generated in Step 1

{ "to_execution_address": "use the to_execution_address value here", "validator_index": "use the validator_index value here", "deposit_signature": "CHANGE THIS TO THE SIGNATURE HASH RECEIVED IN STEP 2", "keystore_signature": "use the signature value here" }

b. Save the File

  • Create a JSON file using the validator index as the name (e.g., 5426.json)
  • Place the file in the signatures folder
    notice

    Create a pull request after which the signatures will be automatically verified