You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/fundamentals/blsync.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,25 @@ A checkpoint is the block root of the first proposed slot of a finalized beacon
29
29
- Copy the block root field.
30
30

31
31
32
+
## Testing a Beacon API Endpoint
33
+
34
+
To verify that your Beacon API is reachable and returning valid data, you can use a simple `curl` command to request the light client bootstrap header for a given block root.
35
+
36
+
Replace `<domain>` with your Beacon API domain, and `<block_hash>` with the hex-encoded block root you want to test.
The following command can be used to start Geth with blsync on the Sepolia network. Note that the checkpoint root will be outdated two weeks after the writing of this page and a recent one will have to be picked according to the guide above:
0 commit comments