doc: add page on light clients (#24647)

* Add light client page

* Rm gemfile.lock

* add section on ulc

* update compose file syntax
This commit is contained in:
Sina Mahmoodi
2022-04-08 00:15:47 +02:00
committed by GitHub
parent 19a364cbe8
commit 6884134935
4 changed files with 57 additions and 317 deletions

View File

@@ -34,7 +34,7 @@ argument that determines what sort of node it is in the network. These are:
generates the state of the blockchain incrementally by executing every block.
- **Snap:** (Default): Downloads all blocks and a recent version of the state.
- **Light:** The node only downloads a few recent block headers, and downloads
other data on-demand.
other data on-demand. See this [page](../interface/les) for more info.
For this guide, we will use `light` sync.