Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dperdic/s6-solana-pay

POS web UI utilizing Solana Pay
https://github.com/dperdic/s6-solana-pay

nextjs solana solana-pay typescript

Last synced: 2 months ago
JSON representation

POS web UI utilizing Solana Pay

Awesome Lists containing this project

README

        

# S6 - Solana Pay

Sixth assignment for the Solana Summer Fellowship 2024.

## Description

### Assignment

```
Build a Point-Of-Sale Web UI for adding products and checking out with Solana Pay.

The payment confirmation should be displayed after checkout.
```

### Description

The app simulates a POS machine where the user adds the items to the cart and when the `Buy` button is pressed, the order is created and a QR code for Solana Pay is displayed.

The user then has 30 seconds to scan the QR code and pay.

The transaction is checked every 5 seconds for verification.

After it has been verified, a notification will be displayed that the payment is successful.

If the transaction is not verified within the time limit a notification will be displayed that the transaction was not successful.