snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
The snaps can communicate to site, running mandatorily on PORT = 8000, and nothing else. How to ensure that we can run the app on some other port and still...
It currently takes a lot of time from the moment the account is created to the confirmation being fired for 'Create SmartAccount' on Flask.
A big limitation in the Snaps Simulator right now is that you can only install one snap at a time. This becomes an issue when you want to test snaps...
Currently when you try to use `fetch` without the `endowment:network-access` permission, you receive the following error: > fetch is not a function This may be confusing to Snap developers, since...
Currently we do not support localization for snaps. There is no way for snaps to tell what language the MetaMask extension is using or to submit localized strings to the...
Ideally, most or all of the Snap permissions can be requested dynamically. A snap should be able to request, say, "endowment:ethereum-provider" or "snap_notify" when it needs to enable a related...
We should write unit tests specifically for `getSnapChecksum` that test edge-cases and require new tests to be added when new functionality is added that should be taken into account for...