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-5
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,20 @@ import CardList from "@site/src/components/CardList"
6
6
7
7
# Use non-EVM networks
8
8
9
-
You can interact with users' accounts on non-EVM networks by connecting to existing
10
-
[MetaMask Snaps](https://metamask.io/snaps/).
11
-
12
9
Non-EVM networks are blockchain networks that are not compatible with the Ethereum Virtual Machine (EVM).
13
10
Non-EVM dapps and MetaMask can't directly interact with each other.
14
-
By connecting to dedicated non-EVM Snaps, you can extend the functionality of MetaMask and integrate non-EVM networks into your existing MetaMask workflow.
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.
15
12
16
-
MetaMask provides Snaps for the following networks:
description: Interact with users' Solana accounts in MetaMask.
3
+
---
4
+
5
+
# Solana
6
+
7
+
[Solana](https://solana.com/) is a high-performance, non-EVM network that provides fast transaction speeds and low fees.
8
+
9
+
MetaMask implements the [Wallet Standard](https://github.com/wallet-standard/wallet-standard), so MetaMask is supported out-of-the-box for Solana dapps that use the Wallet Standard or that integrate Solana's [Wallet Adapter](https://github.com/anza-xyz/wallet-adapter/blob/master/APP.md).
10
+
11
+
Learn more in Solana's [Interact With Wallets](https://solana.com/developers/courses/intro-to-solana/interact-with-wallets) documentation.
12
+
13
+
:::note
14
+
With the Wallet Standard, MetaMask does not appear as a connection option for users that don't already have MetaMask installed.
15
+
Ask the MetaMask team on [Discord](https://discord.gg/consensys) if you need support for a custom integration.
0 commit comments