-
It would be awesome if I could do
```js
import { solanaPayMiddleware } from @solana-pay/middleware
async function createBuyTx(...): Transaction {
}
// under the hood this should do
// on GE…
-
Hey, first of all thanks for your work!
I wanna create a store of merch on my webpage and I wanna use Solana Pay. I use React and I am trying to follow the docs and looking in the code. I created t…
-
We have seen Cryptocurrencies make our fiat money disappear! What if we could use it to perform irl activities, maybe buying your favourite degen merch, paying grocery bill?
This will be an ~hour lo…
-
In an entry transaction, be able to attach arbitrary data to the ctx (Transaction Context) as a sequence of bytes. This data can be read by on-chain modules using the `tx_context::memo(ctx)` API, and …
-
## Summary:
We propose an expansion on the Solana Pay Standard to provide an authentication standard using any crypto wallet.
## Background:
There are two fundamentally different flows for a dapp…
-
## Update
This proposal has changed. A specification and implementation now exists in #77
## Abstract
This is a new proposal for an extension to the Solana Pay specification.
This proposa…
-
@valentinmadrid
How can I integrate also euroe stable coin as you did with USDC into Solanapay?
I succeeded in doing what you did here, I would like to integrate euroe into Solanapay
ref: [htt…
-
Right now Shopify somehow is showing our vercel domain to customers. We gotta either
1. Change the domain configs so it always shows pay.solanapay.com
2. Have customers get redirected to our backe…
-
In the previous versions, I used to be able to create a **TransferChecked** instruction and then append an account to it, for SolanaPay, I need to add a reference account (pubkey) to the list of accou…
-
Currently, one can't create the QR image on the backend, stick it in an `` and send the entire `html` across the wire to the client to render the html directly. This is because the lib `qr-code-stylin…