Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anza-xyz/solana-pay
A new standard for decentralized payments.
https://github.com/anza-xyz/solana-pay
Last synced: 24 days ago
JSON representation
A new standard for decentralized payments.
- Host: GitHub
- URL: https://github.com/anza-xyz/solana-pay
- Owner: anza-xyz
- License: apache-2.0
- Created: 2021-10-19T04:36:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T13:23:22.000Z (7 months ago)
- Last Synced: 2024-04-25T09:20:27.229Z (7 months ago)
- Language: TypeScript
- Homepage: https://solanapay.com
- Size: 10 MB
- Stars: 1,241
- Watchers: 34
- Forks: 439
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - anza-xyz/solana-pay - A new standard for decentralized payments. (TypeScript)
- solana-awesome - Link
- best-of-crypto - GitHub - 28% open · ⏱️ 04.06.2024): (Smart Contract Platforms)
README
# Solana Pay
Solana Pay is a standard protocol and set of reference implementations that enable developers to incorporate decentralized payments into their apps and services.
[Read the specification.](SPEC.md)
The Solana blockchain confirms transactions in less than a second and costs on average $0.0005, providing users a seamless experience with no intermediaries.
[Read the docs to get started.](https://docs.solanapay.com)
## Supporting Wallets
- **Phantom** ([iOS](https://apps.apple.com/us/app/phantom-solana-wallet/id1598432977), [Android](https://play.google.com/store/apps/details?id=app.phantom&hl=en_US&gl=US))
- **Solflare** ([iOS](https://apps.apple.com/us/app/solflare/id1580902717), [Android](https://play.google.com/store/apps/details?id=com.solflare.mobile))
- **Glow** ([iOS](https://apps.apple.com/app/id1599584512), [Android](https://play.google.com/store/apps/details?id=com.luma.wallet.prod))
- **Decaf Wallet** ([iOS](https://apps.apple.com/nz/app/decaf-wallet/id1616564038), [Android](https://play.google.com/store/apps/details?id=so.decaf.wallet))
- **Espresso Cash** ([iOS](https://apps.apple.com/us/app/crypto-please/id1559625715), [Android](https://play.google.com/store/apps/details?id=com.pleasecrypto.flutter))
- **Ottr** ([iOS](https://apps.apple.com/us/app/ottr-finance/id1628669270), [Android](https://play.google.com/store/apps/details?id=finance.ottr.android))
- **Ultimate** ([iOS](https://apps.apple.com/us/app/ultimate-crypto-defi-wallet/id1629053410), [Android](https://play.google.com/store/apps/details?id=fi.unstoppable.ultimate.android))
- **Tiplink** ([Web](https://tiplink.io))## How to use Solana Pay
### Accept payments in your web app
Use the [`@solana/pay` JavaScript SDK](https://github.com/solana-labs/solana-pay/tree/master/core) to start accepting payments in your app today.
### Accept payments in person
Run the open-source [Solana Pay Point of Sale app](https://github.com/solana-labs/solana-pay/tree/master/examples/point-of-sale) to start accepting payments in-person.
## Getting Involved
Solana Pay is an open standard to facilitate commerce on Solana. We are looking for more contributors to help develop the ecosystem. Here are a few ideas if you're looking to get involved.
### Hackathon Projects
The [Solana Grizzlython Hackathon](https://solana.com/grizzlython) is happening right now. There's a dedicated Payments track, presented by Stripe.
Here are some [Solana Pay hackathon ideas](https://www.figma.com/community/file/1070574785723157359) to get started thinking about how you can build the future of payments.
### eCommerce Platform Integrations
To get as many merchants accepting payments on Solana as possible we need to provide easy ways to set up Solana Pay on all eCommerce platforms.
Solana Labs has started a reference implementation for Shopify which you can see [here](https://github.com/solana-labs/solana-pay/blob/shopify/shopify) to get a sense of how this might work.
Here are some of the top eCommerce platforms that we're looking to integrate to:
- WooCommerce
- Magento
- BigCommerce
- Wix
- Squarespace### Other possible projects
- Mobile SDKs
- Checkout UX ComponentsDo you have another idea? Feel free to open an issue to discuss it with the community.
## License
Solana Pay is open source and available under the Apache License, Version 2.0. See the [LICENSE](./LICENSE) file for more info.
![Solana Pay](solana-pay.png)