Skip to content

jinfwhuang/go-light-eth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages