Try   HackMD

EPF - Fourth Update

My last update was solely focused on light clients, since my project idea is to contribute to Helios Light Client implementation. For this update, I explored the peer-to-peer networking of the beacon chain in order to stop helios from relying on a centralized provider.

Consensus Layer P2P Networking

This is the main component of this update.

Next Steps

I'm working on an implementation of an adapter from discv5 to work along libp2p in rust, based on the current lighthouse CL client work.