UNPKG

@hyperlane-xyz/core

Version:

Core solidity contracts for Hyperlane

12 lines (8 loc) 408 B
# `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 ```sh go run ./cmd/eof-crawler/main.go --db-path <db_path> [--out <out_file>] ``` 2. Once the indexing has completed, an array of all EOF-prefixed contracts will be written to `eof_contracts.json` or the designated output file.