An opensource tracer backend for openchain, based on erigon.
Contract labels, function names are not supported yet.
Some gas calculation might be incorrect. The last sstore
/sload
before revert might be incorrect.
- Put
openchain.go
into<erigon_source_path>/eth/tracers/native/
, and then recompile. Currently tested versionLv2.48.1
. - Start
proxy.py
. It requiresflask
to run. - In openchain-monorepo, set
NEXT_PUBLIC_API_HOST=http://127.0.0.1:2000
.