This is a Next.js project bootstrapped with create-next-app.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
We have successfully implemented all planned features for SolPay!
- Passkey Login: Secure, gasless authentication via
@lazorkit/wallet. - Landing Page: Premium design with animations and glassmorphism.
- Real-time SOL Balance: Fetches balance with smart caching (30s) to prevent rate limits.
- Transaction History: Displays recent on-chain activity (signatures) using
@solana/web3.jsconnection. - UI: Beautiful dark mode interface using Shadcn UI.
- Send SOL: Select contact or paste address. Gasless transaction execution.
- Receive SOL: QR Code display for easy sharing.
- Address Validation: Ensures valid Solana addresses are used.
- Address Book: Add, edit, and delete contacts.
- Integration: Instant contact selection in the Send modal.
- Rate Limit Protection: Implemented
localStoragecaching for transactions (2 min) and balance to respect public RPC limits. - Deployment Ready: Fixed peer dependency conflicts for Vercel deployment (
@solana/kitdowngrade). - Error Handling: Graceful handling of network errors and RPC failures.
- The project is fully deployed and functional!
- You can verify the live app on Vercel.
- Future enhancements could include SPL token support or detailed transaction parsing with a dedicated RPC provider (Helius/QuickNode).
Awesome work! 🎉