Update sync_protocol.md

This commit is contained in:
Justin 2019-03-15 11:25:15 +00:00 committed by GitHub
parent 22be21223b
commit b566722b52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
**NOTICE**: This document is a work-in-progress for researchers and implementers.
# Beacon chain light client syncing
One of the design goals of the eth2 beacon chain is light-client friendlines, both to allow low-resource clients (mobile phones, IoT, etc) to maintain access to the blockchain in a reasonably safe way, but also to facilitate the development of "bridges" between the eth2 beacon chain and other chains.