Skip to content

Other Handler Types (long term)

We are exploring other handler types such as:

  • "Application Handler": could define different components that are compiled into a frontend that the user can interact with. There are many examples of applications that automatically generate a frontend to interact with smart contracts given their ABI, but this handler would be able to provide a custom UX for interacting with one or more contracts.
  • Generic filter functions: it might be possible to use a generic function as a matcher, which would need to run for all blocks (or even traces/transactions). The main limitation here would be performance.