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
Copy file name to clipboardExpand all lines: wallet/how-to/use-non-evm-networks/index.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@ import CardList from "@site/src/components/CardList"
7
7
# Use non-EVM networks
8
8
9
9
Non-EVM networks are blockchain networks that are not compatible with the Ethereum Virtual Machine (EVM).
10
-
Non-EVM dapps and MetaMask can't directly interact with each other.
11
-
By connecting to third-party libraries or dedicated non-EVM [Snaps](https://metamask.io/snaps/), you can extend the functionality of MetaMask and integrate non-EVM networks into your existing MetaMask workflow.
10
+
MetaMask provides different types of support for some non-EVM networks:
11
+
12
+
-**Native support** - MetaMask implements a standard interface for [Solana](solana.md) dapps to natively connect to MetaMask.
13
+
Several third party libraries for Solana also detect and handle MetaMask by default.
14
+
-**Non-EVM Snaps** - MetaMask provides dedicated non-EVM [Snaps](https://metamask.io/snaps/) that dapps can use to interact with users' non-EVM accounts in MetaMask.
15
+
For example, you can connect to [Starknet](starknet/index.md) in this way.
12
16
13
17
MetaMask supports the following non-EVM networks:
14
18
@@ -18,13 +22,13 @@ MetaMask supports the following non-EVM networks:
18
22
href: "solana",
19
23
title: "Solana",
20
24
description:
21
-
"High-performance non-EVM network.",
25
+
"High-performance non-EVM network. MetaMask natively supports connecting to Solana.",
22
26
},
23
27
{
24
28
href: "starknet",
25
29
title: "Starknet",
26
30
description:
27
-
"Layer 2 network for Ethereum using ZK rollups.",
31
+
"Layer 2 network for Ethereum using ZK rollups. MetaMask supports connecting to Starknet via a Snap.",
0 commit comments