chains-project / scsc

smart contract supply chain
https://chains.proj.kth.se/scsc
1 stars 1 forks source link

Tools to collect EVM traces #1

Open Mokita-J opened 5 months ago

Mokita-J commented 5 months ago

EVM traces record what happened during the execution of a transaction. This execution data (e.g. calls between smart contracts) is not persistent in the blockchain. Analysing the supply chain of smart contracts, implies relying on the information given by EVM traces.

This issue lists tools that allow the retrieval and collection of EVM traces.

Mokita-J commented 5 months ago

Dune Analytics Useful tables listed here: https://docs.dune.com/data-catalog/evm/ethereum/overview

Mokita-J commented 5 months ago

Bigquery

Mokita-J commented 5 months ago

The graph

Stamp9 commented 5 months ago

Infura

Stamp9 commented 5 months ago

Alchemy

Stamp9 commented 5 months ago

dRPC

Stamp9 commented 5 months ago

EVM wayback machine

Mokita-J commented 5 months ago

use full node running on repairnator

Stamp9 commented 5 months ago

QuickNode