blueprint-tangle-aggregation-svc
BLS signature aggregation service for Tangle workflows.
What it includes
- HTTP API for task init, signature submission, status, and aggregate retrieval.
- Aggregation service/state types and persistence backends.
- Optional client module for interacting with the service.
Typical flow
- Initialize aggregation task.
- Collect signatures from operators.
- Read aggregated result once threshold is met.
- Submit aggregate to on-chain consumer.