Skip to content

Commit 1ea18c6

Browse files
committed
highlight native solana support
1 parent ec13bd5 commit 1ea18c6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

wallet/how-to/use-non-evm-networks/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ import CardList from "@site/src/components/CardList"
77
# Use non-EVM networks
88

99
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.
1216

1317
MetaMask supports the following non-EVM networks:
1418

@@ -18,13 +22,13 @@ MetaMask supports the following non-EVM networks:
1822
href: "solana",
1923
title: "Solana",
2024
description:
21-
"High-performance non-EVM network.",
25+
"High-performance non-EVM network. MetaMask natively supports connecting to Solana.",
2226
},
2327
{
2428
href: "starknet",
2529
title: "Starknet",
2630
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.",
2832
},
2933
]}
3034
/>

wallet/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ deeplinking, see the [**MetaMask SDK** documentation](/sdk).
1313
The Wallet API is MetaMask's core interface for web dapps to interact with the MetaMask browser extension.
1414
With the Wallet API, you can:
1515

16-
- Interact with users' Ethereum accounts.
16+
- Interact with users' EVM and non-EVM accounts.
1717
- Send transactions and sign messages.
1818
- Listen to account and network changes.
1919

@@ -22,6 +22,8 @@ interact with users' EVM accounts, and implements standard interfaces like
2222
[EIP-1193](https://eips.ethereum.org/EIPS/eip-1193) for Ethereum provider methods and
2323
[EIP-6963](https://eips.ethereum.org/EIPS/eip-6963) for wallet detection.
2424

25+
MetaMask also supports non-EVM networks, including native support for [Solana](how-to/use-non-evm-networks/solana.md).
26+
2527
[Get started by connecting to MetaMask.](how-to/connect.md)
2628

2729
## Wallet API vs. SDK

0 commit comments

Comments
 (0)