Skip to content

Commit 3c23e48

Browse files
committed
Simplify demo section to focus on developer patterns
- Renamed 'Checkout Demo' to 'Reference Implementations' - Split into two subsections: Checkout Demo and Easy Invoice - Removed detailed wallet counts (distracting from main point) - Reframed as 'what you can build' examples for developers - Emphasized different patterns: widget integration vs full app vs multi-tenant
1 parent 229ef8b commit 3c23e48

File tree

1 file changed

+14
-19
lines changed

1 file changed

+14
-19
lines changed

use-cases/checkout.mdx

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,31 +36,26 @@ Unlike traditional crypto payments where customers send funds and you manually m
3636
</Step>
3737
</Steps>
3838

39-
## Checkout Demo
39+
## Reference Implementations
4040

41-
Try the checkout payment flow with our interactive demo:
41+
### Checkout Demo - Payment Widget Integration
42+
See the Payment Widget in action in a mock e-commerce store: [checkout.request.network](https://checkout.request.network)
4243

43-
<Card
44-
title="Try Checkout Demo"
45-
href="https://checkout.request.network"
46-
icon="external-link"
47-
>
48-
Add items to cart, connect wallet, and complete a crypto payment - all powered by Request Network API
49-
</Card>
44+
**What it demonstrates:**
45+
- **Demo Tab**: Customer checkout flow with shopping cart
46+
- **Playground Tab**: Interactive widget configuration tool
47+
- Real-time payment processing across multiple currencies and chains
5048

51-
**What you'll see:**
52-
- **Demo Tab**: Mock e-commerce store with shopping cart and checkout
53-
- **Playground Tab**: Interactive Payment Widget configuration tool
54-
- Multi-wallet support (6 wallets: Injected, Coinbase, MetaMask, Safe, WalletConnect, plus 400+ more via WalletConnect)
55-
- Real-time payment processing
56-
- Multiple currencies and chains
49+
### Easy Invoice - Full Application Example
50+
See a complete merchant dashboard built with Request Network APIs: [easyinvoice.request.network](https://easyinvoice.request.network)
5751

58-
<Info>
59-
**Note:** EasyInvoice uses WalletConnect by Reown and supports 490+ wallets. The Payment Widget (used in this demo) uses Wagmi and supports a smaller subset focused on popular wallets.
60-
</Info>
52+
**What it demonstrates:**
53+
- E-commerce sales dashboard and transaction history
54+
- Multi-tenant platform with Client ID management for sub-merchants
55+
- Open-source reference you can fork and customize
6156

6257
<Check>
63-
**Ready to integrate?** The demo uses the Payment Widget Button component. For custom checkout flows, explore integration options below.
58+
**Ready to integrate?** Choose an integration approach below based on your technical requirements.
6459
</Check>
6560

6661
## Integration Approaches

0 commit comments

Comments
 (0)