snaps icon indicating copy to clipboard operation
snaps copied to clipboard

Extend the functionality of MetaMask using Snaps

Results 326 snaps issues
Sort by recently updated
recently updated
newest added

I'll like to be able to copy the value of a row. Either through alowing the copyable element (but might not fit correctly with the ui) or with a prop...

According to the documentation : "Address Outputs a formatted text field for a blockchain address. [...] Hovering over the address shows the full value in a **tooltip**." However the tooltip...

Move the logic for the `onSettingsPage` example out of the `preinstalled-example-snap` once this API is available for all the other snaps.

**No action needed yet (I need to flesh out):** https://consensys.slack.com/archives/C05PD2GMJPL/p1733435469110699

team-snaps-platform

Currently we only support the CJS syntax in the Snaps execution environment. We should investigate supporting ESM as well. This would include: - Support for ESM in the execution environment....

Seems likely that mobile is running into the same performance problems we had on the extension for using SHA-256 on large payloads. ``` Computing checksum took 51275 ms ```

##### `server.host` - Type: `string` - Default: `localhost` The hostname to run the development server on.

This PR moves the `snap_manageAccounts` method from a restricted method to a permitted method. This allows us to couple it with the `Keyring` endowment. The implementation checks if the snap...

At a minimum we need: - Support for all the RPC methods in the device API. - The ability to create mocked devices, and read/write data with them.