snaps
snaps copied to clipboard
Extend the functionality of MetaMask using Snaps
Determine whether the existing specification, https://metamask.github.io/SIPs/SIPS/sip-20, is suitable for the accounts team. If this is appropriate, we can proceed with development, determine course of action - revise SIP or some...
Bumps [@metamask/rpc-errors](https://github.com/MetaMask/rpc-errors) from 6.2.1 to 6.3.0. Release notes Sourced from @metamask/rpc-errors's releases. 6.3.0 Added Expose error causes as cause property (#140) JsonRpcError objects already had a .data.cause property. It is...
I'm using the following code to connect to a published snap: ``` const connectSnap = async (origin: string): Promise => { const { version } = SNAPS[origin]; return await window.ethereum.request({...
This adds a plugin for Storybook which can be used to render Snaps JSX components. See the README of the `snaps-storybook` package for more details.
Needs a rebase after #2531 is merged.
We should integrate signature insights into the redesigned signature screens in extension. Snaps UI can be shown in: https://github.com/MetaMask/metamask-extension/blob/548b54aae983ddc68af56156984f0ea49063ebed/ui/pages/confirmations/components/confirm/pluggable-section/pluggable-section.tsx#L10 For now we can treat `critical` severity as a flag to...