Skip to content

datachainlab/ethereum-light-client-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethereum-light-client-rs

test

A rust implementation of the ethereum light client that supports no_std.

It currently supports the verification of Sync Protocol, also called Altair Light Client.

Key Features

  • Sync Protocol verification
    • Supported Forks: Bellatrix, Capella, Deneb, Electra
  • Support the detection of Sync committee's misbehaviour
  • no_std support: easy to integrate into any environment(e.g. wasm, sgx enclave)

Crates

Security Audit

We have conducted a security audit of the light client verifier and the consensus crate by Quantstamp. The audit was performed on the codebase of the light-client-verifier and consensus crates, which are responsible for verifying the Sync Protocol and the execution layer.

The audit report is available here.

About

A rust implementation of the ethereum light client that supports no_std

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published