Skip to content

Commit 62019c6

Browse files
committed
Reduction of text and some minor grammatical fixes and better language for documentation
1 parent 9e4818a commit 62019c6

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

wallet/connect/index.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ description: Connect to MetaMask using various options.
66

77
You can connect your dapp to MetaMask using one of the following methods:
88

9-
- [MetaMask SDK](metamask-sdk/index.md)
10-
- Third-party libraries that support the SDK, such as [Wagmi](3rd-party-libraries/wagmi.md) or
9+
- The [MetaMask SDK](metamask-sdk/index.md)
10+
- Third-party libraries with SDK support, e.g., [Wagmi](3rd-party-libraries/wagmi.md) or
1111
[Web3-Onboard](3rd-party-libraries/web3-onboard.md)
12-
- The [Wallet API](wallet-api.md) directly
12+
- The MetaMask [Wallet API](wallet-api.md) directly
1313

1414
The following table compares the supported features of each connection option:
1515

@@ -23,32 +23,33 @@ The following table compares the supported features of each connection option:
2323

2424
## MetaMask SDK
2525

26-
MetaMask SDK provides a reliable and secure connection to MetaMask Mobile from any platform. From a web dapp, you can also give your users the option of connecting to the MetaMask browser extension. You can integrate the SDK into existing projects without altering the underlying calls to the Wallet API.
26+
The MetaMask SDK ensures a reliable and secure connection to MetaMask Mobile across various platforms. For web dapps, it also enables users to connect via the MetaMask browser extension. The MetaMask SDK can be seamlessly integrated into existing projects without modifying underlying Wallet API calls.
2727

2828
Key features include:
2929

30-
- **Multi-platform support** – Connect from web, desktop, mobile, or gaming platforms.
31-
- **Seamless mobile integration** – Use QR codes or deeplinks to create persistent connections with MetaMask Mobile.
32-
- **EIP-6963 detection** – Automatically detect MetaMask wallets with or without third-party libraries.
33-
- **RPC request batching** – Enhance efficiency by batching multiple requests into a single call.
30+
- **Multi-platform support** – Connect from web, desktop, mobile, and gaming platforms.
31+
- **Seamless mobile integration** – Leverage QR codes or deeplinks to establish persistent connections with MetaMask Mobile.
32+
- **EIP-6963 detection** – Automatically detect MetaMask wallets, with or without third-party libraries.
33+
- **RPC request batching** – Improve efficiency by batching multiple requests into a single call.
34+
3435

3536
Get started using [MetaMask SDK](metamask-sdk/index.md).
3637

3738
## Third-party libraries
3839

39-
MetaMask SDK integrates smoothly with libraries such as Wagmi and Web3-Onboard, which simplify wallet connections and support multiple wallets. These libraries offer tools to streamline connection logic and provide additional features for managing wallets.
40+
The MetaMask SDK integrates seamlessly with libraries like Wagmi and Web3-Onboard, simplifying wallet connections and supporting multiple wallets. These libraries streamline connection logic and offer additional features for managing wallets.
4041

4142
:::note
42-
Using third-party libraries might come with trade-offs:
43+
Trade-offs when using third-party libraries:
4344

44-
- Less control over specific MetaMask features.
45-
- Inconsistent behavior across different wallets due to multi-wallet support.
45+
- Reduced control over specific MetaMask features.
46+
- Potential inconsistencies across different wallets due to multi-wallet support.
4647
:::
4748

48-
Get started using [Wagmi](3rd-party-libraries/wagmi.md) or [Web3-Onboard](3rd-party-libraries/web3-onboard.md).
49+
Get started with [Wagmi](3rd-party-libraries/wagmi.md) or [Web3-Onboard](3rd-party-libraries/web3-onboard.md).
4950

5051
## Wallet API
5152

52-
You can integrate your dapp with MetaMask directly using the Wallet API, which allows you to manage Ethereum accounts, sign data, and send transactions without requiring the SDK.
53+
For direct integration, you can use the Wallet API to manage Ethereum accounts, sign data, and send transactions without the need for the SDK.
5354

54-
Get started using the [Wallet API](wallet-api.md).
55+
Get started with the [Wallet API](wallet-api.md).

0 commit comments

Comments
 (0)