Skip to content

Commit ed9b2d8

Browse files
committed
Update MetaMask SDK page with more succinct and useful information before going deeper into each SDK option.
1 parent 5e4e0b3 commit ed9b2d8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

wallet/connect/metamask-sdk/index.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,16 @@ tags:
1010

1111
# MetaMask SDK
1212

13-
MetaMask SDK is a library that provides a reliable, secure, and seamless connection from your dapp
14-
to the MetaMask browser extension and MetaMask Mobile.
15-
You can install the SDK in existing dapps, and call any [Wallet API](../../concepts/wallet-api.md) methods from
16-
your dapp.
13+
The **MetaMask SDK** provides a reliable, secure, and seamless connection between your dapp and MetaMask (Extension and Mobile). It supports multiple platforms, ensuring flexibility for your integration needs.
1714

18-
The SDK supports the following dapp platforms:
15+
Key features include:
16+
17+
- **Multi-platform support** – Connect from web, desktop, mobile, or gaming platforms.
18+
- **Seamless mobile integration** – Use QR codes or deep links to create persistent connections with MetaMask Mobile.
19+
- **RPC request batching** – Enhance efficiency by batching multiple requests into a single call.
20+
- **EIP-6963 detection** – Automatically detect MetaMask wallets with or without third-party libraries.
21+
22+
Explore detailed guides for each platform:
1923

2024
<div class="cards">
2125
<div class="card">

0 commit comments

Comments
 (0)