metamask-docs
metamask-docs copied to clipboard
Developer documentation for MetaMask
Add a topic under Snaps > Features describe how to access the internet using the `endowment:network-access` permission and `fetch` API. Link to the [network access example package](https://github.com/MetaMask/snaps/tree/main/packages/examples/packages/network-access). The network access...
When testing a PR, it would be nice to have search capabilities on that update. Currently the search function does not work in PR preview mode: https://github.com/MetaMask/metamask-docs/assets/4899480/3d3b9b98-65ac-4dd0-b14a-290787ed5b4c
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
# Description Deprioritizes the current detect provider and added basic tutorial in vanilla JS without EIP-6963 ## Issue(s) fixed Fixes #1202 ## Preview https://docs.metamask.io/1202-tutorial/wallet/tutorials/javascript-dapp-simple/ ## Checklist Complete this checklist before...
Minor snaps design guidelines update
The current version of the Snap Template does not have an Icon as part of the generated mono-repo. Earlier, an Icon was included as part of the code base, and...
Look into using [Prettier](https://prettier.io/) for formatting the code samples in all Markdown files. May have to use a specific configuration to not lose certain Markdown formats we use (e.g., line...
Snap companion dapps are not thoroughly documented. This issue is to clarify what they are, when they're needed, and how to restrict access to them using [RPC allowed origins](https://docs.metamask.io/snaps/reference/permissions/#endowmentrpc). Providing...
Add a topic under **Snaps > Features > Custom UI** describing how to display a dedicated home page using the `endowment:home-page` permission and `onHomePage` entry point. Link to the [home...
Add a topic under **Snaps > Features > Custom UI** describing how to display Snaps dialogs using `snap_dialog` with an example for each dialog type. Link to the [dialogs example...