Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.16 KB

Ethereuem Lightweight Clients

Status

experimental

Goals

This project seeks to create extremely light-weight, trustless entrypoints to query and interact with Ethereum. This project will allow users to run different flavors of Ethereum light clients.

We are starting with the consensus client. We will support all the well-defined networking options. These networking specifications are still in the process of being discussed and finalized. We will implement them as they become finalized.

We also aim to add support for execution client. It will share similar functionalities to trin.

  • Lightweight consensus client

    • grpc networking: working poc, see instruction
    • json-rpc networking: not started
    • libp2p networking: not started
    • portal network: not started
  • Lightweight execution client

    • LES: We do not intend to implement this option
    • portal network: not started