Skip to content

QYuQianchen/metaclear-lighthouse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metaclear-Lighthouse

(Code forked from sigp/lighthouse)

This code is used in the research work on the metadata privacy of MEV Relay.

  • Collects attestations
  • Collects public key and multiaddress pairs
  • Add prometheus metrics

Build

export metaclear_lighthouse_img=$(git rev-parse --short HEAD)
docker build -f Dockerfile -t "hoprnet/metaclear-lighthouse:$metaclear_lighthouse_img" .

# Load the local image to minikube
minikube image load "hoprnet/metaclear-lighthouse:$metaclear_lighthouse_img"
echo $metaclear_lighthouse_img

About

Ethereum consensus client in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • Shell 0.1%
  • Makefile 0.1%
  • TeX 0.1%
  • Python 0.1%
  • Dockerfile 0.0%