-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Document Solana dapp developer support #1940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 7 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
8636d24
Document Solana wallet standard support
alexandratran 9b4190d
update what's new
alexandratran 573aebd
Merge branch 'main' into solana-wallet-standard
alexandratran b6d9090
update whats new
alexandratran fc4eea3
Merge branch 'main' into solana-wallet-standard
alexandratran ed97731
add third-party libraries and devnet
alexandratran 3a1348f
update what's new description
alexandratran 3ab5eef
Merge branch 'main' into solana-wallet-standard
alexandratran 4e31b2e
devnet only supported on flask
alexandratran a72c543
Merge branch 'main' into solana-wallet-standard
alexandratran ec13bd5
add extension only note
alexandratran 1ea18c6
highlight native solana support
alexandratran 5eb70fd
Merge branch 'main' into solana-wallet-standard
alexandratran f639307
Merge branch 'main' into solana-wallet-standard
alexandratran 6edeba7
Merge branch 'main' into solana-wallet-standard
alexandratran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,32 @@ | ||
| --- | ||
| description: Interact with users' Solana accounts in MetaMask. | ||
| --- | ||
|
|
||
| # Solana | ||
|
|
||
| [Solana](https://solana.com/) is a high-performance, non-EVM network that provides fast transaction speeds and low fees. | ||
| You can interact with users' Solana accounts in MetaMask using the [Wallet Standard](#wallet-standard) or [third-party libraries](#third-party-libraries) for Solana dapps. | ||
|
|
||
| :::note | ||
| MetaMask supports both Solana Mainnet and Devnet. | ||
| After adding Solana to MetaMask, [show test networks](https://support.metamask.io/configure/networks/how-to-view-testnets-in-metamask/) to view Solana Devnet. | ||
| ::: | ||
|
|
||
| ## Wallet Standard | ||
|
Check warning on line 15 in wallet/how-to/use-non-evm-networks/solana.md
|
||
|
|
||
| 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). | ||
|
|
||
| Learn more in Solana's [Interact With Wallets](https://solana.com/developers/courses/intro-to-solana/interact-with-wallets) documentation. | ||
|
|
||
| :::note | ||
| With the Wallet Standard, MetaMask does not appear as a connection option for users that don't already have MetaMask installed. | ||
| Ask the MetaMask team on [Discord](https://discord.gg/consensys) if you need support for a custom integration. | ||
| ::: | ||
|
|
||
| ## Third-party libraries | ||
|
|
||
| Several third-party libraries for Solana dapps detect and handle MetaMask out-of-the-box, including: | ||
|
|
||
| - [Dynamic](https://docs.dynamic.xyz/introduction/welcome) | ||
| - [Privy](https://docs.privy.io/welcome) | ||
| - [Reown](https://docs.reown.com/overview) | ||
|
Check failure on line 32 in wallet/how-to/use-non-evm-networks/solana.md
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.