Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bokoup/bokoup-program-library
Programs for coupons, offers and discounts on Solana.
https://github.com/bokoup/bokoup-program-library
clover rust shopify solana solana-pay
Last synced: 2 months ago
JSON representation
Programs for coupons, offers and discounts on Solana.
- Host: GitHub
- URL: https://github.com/bokoup/bokoup-program-library
- Owner: bokoup
- Created: 2022-05-09T19:46:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T12:42:23.000Z (almost 2 years ago)
- Last Synced: 2024-09-28T10:01:23.932Z (3 months ago)
- Topics: clover, rust, shopify, solana, solana-pay
- Language: Rust
- Homepage: https://bokoup.github.io/bokoup-program-library/
- Size: 58.7 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bokoup
Programs for coupons, promotional offers and loyalty tokens on the Solana blockchain.
## Contents
Complete set up for developing applications to allow merchants to issue and redeem promotional offers and discounts in for the form of semi-fungible tokens.* On chain programs - see [token metadata specifcations](specifications/token_metadata.md)
* REST api with Solana Pay compliant endpoints for serving on chain transactions and an endpoint for turn key creation of tokens including permanent storage of artwork and metadata - see [transaction server specifications](specifications/transaction_server.md)
* Geyser-plugin and indexer worker to parse program accounts and transactions into Postgres database
* Validator setup to run with geyser-plugin
* Hasura graphl api for application development and reporting
* Web demo application
* Shopify demo application
* Clover point of sale and accompanying android mobile customer applications in separate repository## Illustrative Point of Sale Flow
![bokoup pos flow](specifications/bokoup_flows.png "bokoup Clover pos flow")