forked from MetaMask/metamask-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MetaMask Mobile Compatibility Checklist (MetaMask#136)
* add the MetaMask Mobile Compatibility Checklist * add alternative ui library section Co-authored-by: Erik Marks <[email protected]>
- Loading branch information
Showing
7 changed files
with
45 additions
and
31 deletions.
There are no files selected for viewing
This file contains 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Mobile Getting Started | ||
# Introduction | ||
|
||
## Why you and your users should use MetaMask Mobile | ||
|
||
|
This file contains 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,16 @@ | ||
# Site Compatibility Checklist | ||
|
||
- Ensure that your site is compatible with the [MetaMask Ethereum provider API](./guide/ethereum-provider.html) and review the [MetaMask mobile best practices](./mobile-best-practices.html) | ||
|
||
- Include MetaMask mobile as a listed wallet in your application, and link to open the MetaMask mobile app (if installed) or to go to the app store (if not yet installed) | ||
- We recommend adding a `Connect With MetaMask` button and using [deeplinks](https://metamask.github.io/metamask-deeplinks/) | ||
- For more information about deeplinks, please see the [deeplinking documentation](./mobile-best-practices.html#deeplinking) | ||
|
||
Please direct your users to either the relevant app store listing or to [the MetaMask homepage](https://metamask.io/download.html) to download MetaMask mobile | ||
|
||
## Web3 Site UI Libraries | ||
|
||
Instead of creating your own `Connect With MetaMask` button here are a couple of options: | ||
|
||
- [Rimble UI](https://rimble.consensys.design/) | ||
- [Decentraland UI](https://ui.decentraland.org/?path=/story/atlas--uncontrolled) |
This file was deleted.
Oops, something went wrong.