Skip to content

Commit 87f27de

Browse files
committed
reducded content and linked back to base docs
1 parent 8fa1c69 commit 87f27de

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/mini-apps/features/wallet.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "Wallet"
3-
description: "Learn how Base Accounts enhance mini app user experience and what mini app developers need to know to implement Base Account capabilities."
3+
description: "Learn how Base Accounts enhanceMini App user experience and what Mini App developers need to know to implement Base Account capabilities."
44
---
55

66
> **What you'll learn**
77
> By the end of this guide, you'll understand:
8-
> - How to handle wallet transactions effectively in mini apps, including leveraging enhanced Base Account capabilities when available.
8+
> - How to handle wallet transactions effectively in Mini Apps, including leveraging enhanced Base Account capabilities when available.
99
1010
Mini apps need to handle wallet transactions efficiently to provide smooth user experiences. Modern wallets like Base Accounts offer capabilities that can significantly reduce transaction friction through batching and sponsored gas.
1111

@@ -29,14 +29,14 @@ Learn More: [Base Account Capabilities Overview](https://docs.base.org/base-acco
2929
</Step>
3030

3131
<Step title="Implement Sponsored Gas Transactions">
32-
Enable sponsored gas transactions where your mini app pays gas fees for users.
32+
Enable sponsored gas transactions where your Mini App pays gas fees for users.
3333

3434
- Check for `paymasterService` capability before offering gas-free transactions
3535
- Use the `capabilities` parameter in `writeContracts` to enable sponsored gas
3636
- Handle cases where paymaster service is unavailable
3737

3838
<Check>
39-
Verify your mini app works with Base Accounts that have zero ETH balance.
39+
Verify your Mini App works with Base Accounts that have zero ETH balance.
4040
</Check>
4141

4242
Learn More: [Paymaster Service Reference](https://docs.base.org/base-account/reference/core/capabilities/paymaster-service)

0 commit comments

Comments
 (0)