A user-friendly web application for managing a Point-of-Sale system with Solana Pay integration. This project allows adding products and checking out using Solana Pay, with payment confirmation display after checkout.
solana.pay.mp4
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open
http://localhost:3000
in your browser
- Next.js
- TypeScript
- Tailwind CSS
- Solana Web3.js
- Solana Pay
- Browse the products on the home page
- Add products to your cart
- Proceed to checkout
- Complete the payment using Solana Pay
- View the payment confirmation status
To add new products, modify the products.json
file in the root directory.
This project is developed as part of a fellowship assignment and is intended for educational purposes only. It may not be suitable for production use without further development and security audits.