[go: nahoru, domu]

Skip to content

jmcph4/awesome-reth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

awesome-reth

A list of awesome Reth-related resources.

Follow me for live updates as I usually retweet whatever I find. Alternatively, feel free to contribute to this list by opening a PR!

Audits

Development Tools

Execution Extensions (ExExes)

An Execution Extension (ExEx) is code that runs in-process with Reth that has access to reorg-aware chain state. Consult the official documentation for more details.

Crawlers

A crawler (in the Ethereum context) is a program that indexes and gathers various metrics on different nodes within a P2P network (either at the execution or consensus layer).

Indexers

An indexer (in the Ethereum context) takes data directly from the blockchain and produces alternative database schemas (typically relational) to allow enhanced and performant querying.

  • reth-indexer, an indexer that accesses Reth's database directly and indexes into various backends

Research

Publications using or mentioning Reth.

Layer 2

  • sp1-reth, a zkEVM PoC by Succint Labs demonstrating transaction costs to the order of $0.01 USD atop Reth
  • scroll-reth, a port of Scroll to Reth
  • pevm, a massively-parallelised EVM implementation by RISE Labs that is explicitly compatible with Reth (blog post, Tweet)
  • Kakarot zkEVM, a zkEVM built in Cairo (provable by design) for which the RPC component is constructed using Reth

Tutorials

Miscellaneous