The guild list screen currently displays example guilds. Replace this with real guild data from the GuildPass SDK or API layer.
Suggested tasks
- Add a query for fetching guilds by wallet address
- Replace the hardcoded guild list
- Show loading, error, and empty states
- Keep example data only for development mocks if needed
- Add tests for the guild list query behaviour
Acceptance criteria
- Guilds are loaded from a real data source
- Hardcoded example guilds are removed from production flow
- Loading, error, and empty states work correctly
The guild list screen currently displays example guilds. Replace this with real guild data from the GuildPass SDK or API layer.
Suggested tasks
Acceptance criteria