You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This deeplink starts the process of sending a transaction in an ERC-20 token.
100
-
If the chain ID is specified, MetaMask Mobile automatically switches to the correct network.
100
+
If the chain ID is specified, the MetaMask mobile app automatically switches to the correct network.
101
101
102
102
The example displays the confirmation screen to send 1 USDC (`1e6` units, contract address `0x176211869cA2b568f2A7D4EE941E073a821EE1ff`) on Linea (chain ID `59144`) to recipient address `0x0000000`.
This deeplink starts the on-ramp process to buy native currency or ERC-20 tokens.
134
-
If the chain ID is specified, MetaMask Mobile automatically switches to the correct network.
134
+
If the chain ID is specified, the MetaMask mobile app automatically switches to the correct network.
135
135
136
136
The example starts the on-ramp process to buy $100 (`amount=100`) of USDC (contract address `0x176211869cA2b568f2A7D4EE941E073a821EE1ff`) on Linea (chain ID `59144`).
137
137
The fiat currency depends on the onboarding status of the user and the region they select.
@@ -9,7 +10,7 @@ import CardList from '@site/src/components/CardList'
9
10
10
11
# Seamlessly connect to MetaMask using the SDK
11
12
12
-
MetaMask SDK enables a fast, reliable, and seamless connection from your dapp to the MetaMask extension and MetaMask Mobile.
13
+
MetaMask SDK enables a fast, reliable, and seamless connection from your dapp to the MetaMask extension and MetaMask mobile app.
13
14
With the SDK, you can easily onboard users and interact with their accounts on desktop or mobile, across all EVM networks.
14
15
15
16
<palign="center">
@@ -29,9 +30,9 @@ With the SDK, you can easily onboard users and interact with their accounts on d
29
30
30
31
MetaMask SDK gives your dapp a powerful upgrade:
31
32
32
-
-**Cross-platform, cross-browser support** - One integration covers both desktop and mobile, all major browsers, and the MetaMask Mobile app—streamlining your user onboarding and eliminating edge cases.
33
+
-**Cross-platform, cross-browser support** - One integration covers both desktop and mobile, all major browsers, and the MetaMask mobile app—streamlining your user onboarding and eliminating edge cases.
33
34
-**Mobile connection that just works** - Say goodbye to clunky "open in in-app browser" flows.
34
-
The SDK enables a native connection from any mobile browser (Safari, Chrome, etc.) directly to MetaMask Mobile, using secure deeplinking and session management.
35
+
The SDK enables a native connection from any mobile browser (Safari, Chrome, etc.) directly to the MetaMask mobile app, using secure deeplinking and session management.
35
36
-**Production-ready, battle-tested** - MetaMask SDK is used in high-volume dapps across DeFi, NFTs, gaming, and more—ensuring stability, speed, and a smooth developer experience.
36
37
-**Multichain-ready by design** - Today, the SDK supports all EVM networks.
37
38
Coming soon: Seamless connection to non-EVM chains like Solana and Bitcoin.
# Extend the functionality of MetaMask using Snaps
10
+
# Create a custom mini app using Snaps
10
11
11
-
Snaps is an open source system that allows anyone to safely extend the functionality of [MetaMask](https://metamask.io/), creating new web3 end user experiences. Get started building your own Snaps by [installing MetaMask Flask](get-started/install-flask.md).
12
+
Snaps is an open source system that allows anyone to safely create a mini app that runs inside the MetaMask extension,
13
+
enabling new web3 end user experiences.
14
+
Get started building your own Snaps by [installing MetaMask Flask](get-started/install-flask.md).
0 commit comments