New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@metamask/create-snap

Package Overview
Dependencies
Maintainers
11
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/create-snap

A CLI for creating MetaMask Snaps.

latest
Source
npmnpm
Version
4.0.4
Version published
Weekly downloads
8
-82.61%
Maintainers
11
Weekly downloads
 
Created
Source

@metamask/create-snap

A CLI for creating MetaMask Snaps.

Usage

Use this command line tool directly with yarn create or npx to create a new snap project:

yarn create @metamask/snap your-snap-name
# or...
npx @metamask/create-snap your-snap-name
# or with npm v6 and later
npm create @metamask/snap your-snap-name

MetaMask Snaps

MetaMask Snaps enables trustlessly extending the functionality of MetaMask at runtime. A Snap consist of two things: a JSON manifest and a JavaScript bundle. At present, Snaps can be published as npm packages on the public npm registry, or hosted locally during development. In the future, it will be possible to publish snaps on many different platforms, including arbitrary npm registries and IPFS.

We recommend creating your snap using this tool.

How to start developing with MetaMask Snaps?

  • Use the MetaMask Snaps documentation
  • Use the Getting started guide
  • Follow the MetaMask Snaps step-by-step workshop

FAQs

Package last updated on 12 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts