8000 GitHub - rauljordan/flare: Execution extension for reth to support indexing Arbitrum sequencer batches
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rauljordan/flare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flare

Arbitrum Sepolia sequencer inbox reader in Rust using Reth's execution extensions (ExEx). Primitive implementation, reads batch data, brotli decompresses it, and saves it to a sqlite database. Supports reading batches that are posted either as calldata or blobs.

Running

  • Install Rust stable 1.77.0
  • Run an Ethereum sepolia consensus node (see Prysm)
  • Run Flare
cargo build --release
./target/release/flare node --http --http.api=debug,eth,reth --ws --full --chain=sepolia

About

Execution extension for reth to support indexing Arbitrum sequencer batches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0