Events

Synchronise on-chain events to off-chain storage.

Events are our core abstraction designed for when you need to mirror on-chain events to some off-chain storage. You filter for the blockchain events you need, define a transformer function that maps each block to a list of events, and provide a storage adapter that upserts those events into the off-chain storage of your choosing.

Simply define this declarative schema inside your application, expose that schema via an endpoint, and register it in our dashboard to get started.