From c3d7f2fbfc1cbe318d628b32aa65dafcfdc884a9 Mon Sep 17 00:00:00 2001 From: guha-rahul <52607971+guha-rahul@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:43:57 +0530 Subject: [PATCH] docs: updated Light Client url in Readme (#6948) Update README.md Corrected the lightclient prover url --- packages/light-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/light-client/README.md b/packages/light-client/README.md index dd00777f81b5..5d5e480afd08 100644 --- a/packages/light-client/README.md +++ b/packages/light-client/README.md @@ -26,7 +26,7 @@ Access to an beacon node that supports the light client specification is necessa - `/eth/v1/beacon/light_client/bootstrap/{block_root}` - `/eth/v0/beacon/light_client/committee_root` -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/lightclient-prover/prover) being one of them. +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. You can find more information about the light-client protocol in the [specification](https://github.com/ethereum/consensus-specs).