Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Add new app with endpoint for submitting labels #2003

Description

@djstrong

Create a new app module with an API endpoint that accepts:

  • a list of labels
  • a caller address

The endpoint should:

  1. Validate incoming labels and check for any unknown labels (use ENSApi).
  2. For now, store/log all submitted labels along with the caller address.
  3. Prepare for future functionality where:
    • Labels will be emitted on-chain.
    • Emission should be batched for optimization (not per-request, e.g. every hour).
  4. Store or structure the caller address data in a way that enables building a leaderboard feature later.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status
In Progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions