-
Notifications
You must be signed in to change notification settings - Fork 37
BE-046 Indexer module scaffold #115
Copy link
Copy link
Open
Labels
Description
Description
Create the indexer module shell and register its service.
User Story
As a contributor,
I want to isolate the indexer into its own module,
so that chain polling logic has a stable backend boundary.
Requirements and Context
- File:
backend/src/indexer/indexer.module.ts - Register
IndexerService
Suggested Implementation
// IN FILE: src/indexer/indexer.module.ts
// 1. Create the Nest indexer module.
// 2. Register the IndexerService.Acceptance Criteria
-
IndexerModuleimports cleanly intoAppModule. - The service resolves through DI.
Submission Guidelines
- Branch:
backend/be-046-indexer-module - Depends on:
BE-003,BE-013,BE-014 - PR:
feat(backend): scaffold indexer module
Reactions are currently unavailable