This backlog is organized into contributor-ready sections. Each section contains 10 scoped issue drafts that can be opened individually on GitHub.
server-core-01Replace template-era naming in backend modules, config, and docs.server-core-02Add a creator profile module with create, read, and update endpoints.server-core-03Add request validation middleware for creator and key-related payloads.server-core-04Define a wallet identity model for mapping users to Stellar addresses.server-core-05Add pagination and sorting helpers for list endpoints.server-core-06Add API response helpers for consistent success and error envelopes.server-core-07Add creator perk metadata persistence and validation.server-core-08Document the initial backend domain model and endpoint boundaries.server-core-09Add repository or service-layer tests for core creator flows.server-core-10Add admin-safe update endpoints for creator moderation metadata.
server-access-01Add a contract event indexing scaffold for creator registration events.server-access-02Add a key ownership read model for fast client lookups.server-access-03Add a transaction activity feed endpoint for creators and fans.server-access-04Add gated resource access checks based on wallet ownership.server-access-05Add cache invalidation rules for creator and ownership reads.server-access-06Add retry-safe background job handling for indexer failures.server-access-07Add a webhook or polling integration boundary for chain sync jobs.server-access-08Add audit logging for access checks and moderation-sensitive actions.server-access-09Add contributor docs for how on-chain events should be mapped into backend reads.server-access-10Add integration tests for ownership-based access decisions.
server-platform-01Add a sanitized.env.exampleand document required environment variables.server-platform-02Remove or replace local-only template files that should not shape the open-source backend.server-platform-03Add structured error logging with request correlation IDs.server-platform-04Add a health check endpoint with dependency-aware status output.server-platform-05Add rate limit configuration docs for local and hosted environments.server-platform-06Add seed or fixture guidance for contributors without production-like data.server-platform-07Add CI-friendly scripts for lint, build, and Prisma generation.server-platform-08Add architecture notes describing repo boundaries with client and contracts.server-platform-09Add one example issue labeledgood first issuewith full acceptance criteria.server-platform-10Add release checklist documentation for deploy-safe backend changes.