You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A module must be implemented to index the EVM-related data in local storage. Having an index of such data will allow for querying this data through the grpc API described here: #12
Such a module would have to rely on Flow events to monitor the EVM execution and extrapolate relevant data out of two relevant EVM events:
A module must be implemented to index the EVM-related data in local storage. Having an index of such data will allow for querying this data through the grpc API described here: #12
Such a module would have to rely on Flow events to monitor the EVM execution and extrapolate relevant data out of two relevant EVM events:
evm.TransactionExecuted
evm.BlockExecuted
The requirements for the indexer are:
Implementation will be broken into multiple tasks, defined bellow:
Tasks
The text was updated successfully, but these errors were encountered: