Overview
Create custom React hook for pool creation using Reown AppKit + Wagmi for wallet interactions.
Tasks
Acceptance Criteria
- Hook successfully submits pool creation transactions
- Gas estimation works correctly
- Handles insufficient balance gracefully
- Integrates with PendingTransactionsStore
- Proper error handling for all failure scenarios
Related Documentation
- See docs/POOL_CREATION_ARCHITECTURE.md Phase 3
- See docs/POOL_CREATION_TASKS.md Task 10
Labels: comp: frontend, type: feature
Milestone: Sprint 3: Pool Creation
Part of Epic: #35
Overview
Create custom React hook for pool creation using Reown AppKit + Wagmi for wallet interactions.
Tasks
hooks/pools/usePoolCreation.tscreatePool()function to call PoolFactory contractAcceptance Criteria
Related Documentation
Labels: comp: frontend, type: feature
Milestone: Sprint 3: Pool Creation
Part of Epic: #35