Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 408 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 408 Bytes

eof-crawler

Simple CLI tool to scan all accounts in a geth LevelDB for contracts that begin with the EOF prefix.

Usage

  1. Pass the directory of the Geth DB into the tool
go run ./cmd/eof-crawler/main.go --db-path <db_path> [--out <out_file>]
  1. Once the indexing has completed, an array of all EOF-prefixed contracts will be written to eof_contracts.json or the designated output file.