Description
Create a dedicated page for each grant pool showing
full details, applications, and voting status.
Expected behavior
- Route: /pools/[id]
- Show pool name, description, total amount, deadline
- List all applications with vote counts
- Show remaining XLM in the pool
- Apply button linking to /apply/[poolId]
Tech
- Next.js dynamic route
- getPool() and getApplications() from lib/api.ts
Description
Create a dedicated page for each grant pool showing
full details, applications, and voting status.
Expected behavior
Tech