Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 2.95 KB

File metadata and controls

69 lines (48 loc) · 2.95 KB

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open 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.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

🚀 SolPay Project Status: 100% COMPLETE

We have successfully implemented all planned features for SolPay!

1. Authentication

  • Passkey Login: Secure, gasless authentication via @lazorkit/wallet.
  • Landing Page: Premium design with animations and glassmorphism.

2. Dashboard

  • 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.js connection.
  • UI: Beautiful dark mode interface using Shadcn UI.

3. Payments

  • 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.

4. Contacts

  • Address Book: Add, edit, and delete contacts.
  • Integration: Instant contact selection in the Send modal.

5. Infrastructure & Stability

  • Rate Limit Protection: Implemented localStorage caching for transactions (2 min) and balance to respect public RPC limits.
  • Deployment Ready: Fixed peer dependency conflicts for Vercel deployment (@solana/kit downgrade).
  • Error Handling: Graceful handling of network errors and RPC failures.

Next Steps

  • 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! 🎉