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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user