EVM Components#
EVM components are the building blocks for building your own crawler against EVM blockchains. They include:
Producer Components to send EVM-specific data to the Data Bus
Transformer Components to receive EVM-specific data and transform that data before sending it to the Data Bus
RPC Components to communicate with EVM RPC APIs
Service Components to provide domain specific logic
Utility Components to provide tools for service components