Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 361 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 361 Bytes

Rollups Events

This crate works as an abstraction layer for producing and consuming Cartesi Rollups events. Currently, it uses Redis Streams as the event broker and defines the following event streams:

  • rollups-inputs, for exchanging Input events;
  • rollups-outputs, for exchanging Output events;
  • rollups-claims, for exchanging Claim events.