-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Pay USDC" on Polygon Button That Opens Metamask #89
Comments
Plan for USDC payments development: By the end of this development mini sprint new use will be concentrated around making payments in the web for polygon and solana using two web-based wallets: metamask and phantom. Those manually wallets will serve as a testing ground for USDC payments using wallet bot and ultimately Edge. Adjustment will come to the web checkout sdk to display payment option buttons for USDC on Polygon and USDT on Polygon, as well as native MATIC tokens. The button should only be display for invoices that have USDC on Polygon as an option. It will work by clicking the Pay USDC button which will prompt to open and authorize metamask. The resultant transaction hex and metadata is returned to the browser where they anypay sdk is used to submit that transaction for validation and ultimately confirmation before updating users. The user interface should update in real time in response to transaction and consensus events, especially for solana transactions since those have a quick confirming period so the interface must respond in real time over web sockets. Polygon transactions will immediately go into a "confirming" state thereby preventing additional transaction submissions. Within a matter of seconds or minutes the polygon transaction will confirm and websocket / webhook clients are notified. All the same principal patterns from Polygon and metamask apply to Solana and its popular phantom wallet. But that can come next after the first Polygon implementation is in a solid proof of concept complete stage. |
Thank you for making this issue! Please get it some attention by boosting it here https://powco.dev/github/anypay/web-checkout-sdk/issues/89 Bounties may be sent to this address https://whatsonchain.com/address/1Ad1UMMKAChTaVAhxUXizosq2pnmdMV17v and will be paid to the worker who completes your issue. |
1 similar comment
Thank you for making this issue! Please get it some attention by boosting it here https://powco.dev/github/anypay/web-checkout-sdk/issues/89 Bounties may be sent to this address https://whatsonchain.com/address/1Ad1UMMKAChTaVAhxUXizosq2pnmdMV17v and will be paid to the worker who completes your issue. |
This appears to exist now. Mark complete? @owenkellogg |
No it isn't merged into production |
Isn't that next.anypayx.com? |
Ah yes, right, thank you! Looks good. |
When USDC on Polygon is an option, display the button and then open Metamask and prompt user to approve transaction.
The text was updated successfully, but these errors were encountered: