Skip to content

Dksie09/s6-solana-pay

Repository files navigation

Solana Pay Store

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.

Demo

solana.pay.mp4

Quick Start

  1. Clone the repository
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    
  4. Open http://localhost:3000 in your browser

Technologies

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Solana Web3.js
  • Solana Pay

Usage

  1. Browse the products on the home page
  2. Add products to your cart
  3. Proceed to checkout
  4. Complete the payment using Solana Pay
  5. View the payment confirmation status

Development

To add new products, modify the products.json file in the root directory.

Disclaimer

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.