openchainxyz / ethereum-transaction-viewer-frontend

Frontend for https://tx.eth.samczsun.com/
390 stars 67 forks source link

Minimum required trace JSON-RPC support #20

Open ferranbt opened 1 year ago

ferranbt commented 1 year ago

Hi, I was wondering which are the minimum required Json-RPC endpoints that the project needs to work.

I am assuming it works with debug_* endpoints from geth? Is there any plan to support also the trace_* endpoints from Parity/Erigon?