Developers
Understanding Blueprint Macros
Event Listeners

Event Listeners for Blueprints and AVS

Event listeners are a crucial component of Blueprints and AVS (Actively Validated Services) in the Tangle ecosystem. They allow your service to react to various events and trigger appropriate actions. Here are the main types of event listeners you can use:

  1. Introduction to Event Listeners Learn about the basics of event listeners and their role in Blueprints and AVS.

  2. Tangle Job Call Listener Understand how to listen for and respond to job calls on the Tangle network.

  3. EVM Contract Listeners Discover how to interact with and listen to events from EVM-compatible smart contracts.

  4. Periodic Listeners Implement time-based listeners for recurring tasks and scheduled operations.

  5. Custom Listeners Create your own specialized listeners for unique use cases and requirements.

  6. Multiple Listeners Learn how to combine and manage multiple event listeners in your Blueprint or AVS.

These event listeners provide a powerful toolset for creating responsive and dynamic services on the Tangle network. Explore each type to find the best fit for your project's needs.