Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 556 Bytes

framework.md

File metadata and controls

22 lines (16 loc) · 556 Bytes

erebus-redgiant

Description

erebus-redgiant is a golang framework that allows flexible Ethereum transaction analysis using EVM on an Ethereum Archive Node. Main functionalities include:

  • Fork blockchain on any block height (and transaction index).
  • Execute transactions on the forked blockchain.
  • Analyze the execution result of the transactions.
    • Taint analysis
    • Structured call trace extraction
    • and more...

Requirement

  • Go 1.19 or later
  • GCC 12
  • Erigon Archive Node

Example

See examples in examples folder.