Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 633 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 633 Bytes

Parallel EVM Explorer

Parallel EVM explorer is a tool to analyze the parallel execution of EVM transactions in a specific block. It aims to support all EVM compatible chains.

API Document

DB Migration

sqlx db setup

Run Server

parallel-evm-explorer -c config.toml

example config.toml

execution_api = "rpc-with-debug-namespace"
start_block = 2954719 # analyzer run from this block
server_addr = "0.0.0.0:8327" # api server listen address
database_url = "postgresql://localhost:5432/pevm_explorer" # database url
chain_id = 17000 # holesky