Skip to content

Commit 8636d24

Browse files
committed
Document Solana wallet standard support
1 parent 9e4f5a2 commit 8636d24

File tree

4 files changed

+31
-7
lines changed

4 files changed

+31
-7
lines changed

wallet-sidebar.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,14 @@ const sidebar = {
9999
collapsed: true,
100100
link: { type: "doc", id: "how-to/use-non-evm-networks/index" },
101101
items: [
102+
{
103+
type: "doc",
104+
label: "Solana",
105+
id: "how-to/use-non-evm-networks/solana"
106+
},
102107
{
103108
type: "category",
104-
label: "Use Starknet",
109+
label: "Starknet",
105110
link: { type: "doc", id: "how-to/use-non-evm-networks/starknet/index" },
106111
items: [
107112
{

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

+8-5
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ import CardList from "@site/src/components/CardList"
66

77
# Use non-EVM networks
88

9-
You can interact with users' accounts on non-EVM networks by connecting to existing
10-
[MetaMask Snaps](https://metamask.io/snaps/).
11-
129
Non-EVM networks are blockchain networks that are not compatible with the Ethereum Virtual Machine (EVM).
1310
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.
1512

16-
MetaMask provides Snaps for the following networks:
13+
MetaMask supports the following non-EVM networks:
1714

1815
<CardList
1916
items={[
17+
{
18+
href: "solana",
19+
title: "Solana",
20+
description:
21+
"High-performance non-EVM network.",
22+
},
2023
{
2124
href: "starknet",
2225
title: "Starknet",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
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.
16+
:::

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Interact with users' Starknet accounts in MetaMask.
33
---
44

5-
# Use Starknet
5+
# Starknet
66

77
[Starknet](https://www.starknet.io/) is a non-EVM Layer 2 network.
88
You can interact with users' Starknet accounts in MetaMask by connecting to the

0 commit comments

Comments
 (0)