Skip to content

Commit

Permalink
Add references to beacon api explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Jul 30, 2024
1 parent 1c50f3c commit b96509a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/light-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ The evolution of light clients is emblematic of the broader trajectory of Ethere

Access to an beacon node that supports the light client specification is necessary. The client must support the following routes from the [consensus API spec](https://github.com/ethereum/beacon-APIs/tree/v2.5.0/apis/beacon/light_client):

- `GET /eth/v1/beacon/light_client/updates`
- `GET /eth/v1/beacon/light_client/optimistic_update`
- `GET /eth/v1/beacon/light_client/finality_update`
- `GET /eth/v1/beacon/light_client/bootstrap/{block_root}`
- [`GET /eth/v1/beacon/light_client/updates`](https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.5.0#/Beacon/getLightClientUpdatesByRange)
- [`GET /eth/v1/beacon/light_client/optimistic_update`](https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.5.0#/Beacon/getLightClientOptimisticUpdate)
- [`GET /eth/v1/beacon/light_client/finality_update`](https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.5.0#/Beacon/getLightClientFinalityUpdate)
- [`GET /eth/v1/beacon/light_client/bootstrap/{block_root}`](https://ethereum.github.io/beacon-APIs/?urls.primaryName=v2.5.0#/Beacon/getLightClientBootstrap)

System requirements are quite low so its possible to run a light client in the browser as part of a website. There are a few examples of this on github that you can use as reference, our [prover](https://chainsafe.github.io/lodestar/libraries/lightclient-prover/prover) being one of them.

Expand Down

0 comments on commit b96509a

Please sign in to comment.