A Solana-based decentralized pooling dApp where users can create pools with custom durations, deposit SOL, and the last depositor claims the prize after the pool ends.
solvarn-solana.mp4
- Create and manage multiple SOL pools with flexible durations.
- Real-time tracking of deposits and pool status.
- Automatic prize distribution to the last depositor.
- Built with Solana, Anchor, Next.js, and Tailwind CSS.
- Create Pool – Set pool duration and initialize it.
- Deposit SOL – Users join the pool, triggering the countdown.
- Claim Prize – The last depositor claims all SOL when the timer ends.
- PDA-based state management.
- Time-based validation for pools.
- Fully tested with both positive and negative test cases.