https://github.com/crossmint/headless-sendpayment
https://github.com/crossmint/headless-sendpayment
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crossmint/headless-sendpayment
- Owner: Crossmint
- Created: 2024-06-07T20:09:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T22:35:43.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T04:42:36.935Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://headless-sendpayment.vercel.app
- Size: 352 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a demo app that shows how to parse, sign, and send the serializedTransaction returned from a headless checkout order.
All the magic happens in `/app/components/SendPayment.tsx`.
See how to setup rainbowkit and related packages in `app/page.tsx`.
Refer to https://docs.crossmint.com/nft-checkout/headless/quickstart for more info!