Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MetaMask Agent Wallet Plugin Examples

Example plugins for the MetaMask Agent Wallet, managed as a monorepo.

Plugins

Plugin Capabilities What it does
ens wallet-read Resolve ENS names via the Agent Wallet.

Setup

Plugins are a beta feature of the CLI. One-time configuration:

mm config set experimentalPlugins true
mm config set experimentalAllowUnverifiedInstalls true   # allows local (file:) installs

Then build every plugin and link them all into your mm install:

yarn install
yarn setup           # = yarn build + yarn plugins:link

Individual steps:

yarn build           # tsc + oclif manifest in every workspace
yarn plugins:link    # mm plugins install file:<dir> --accept-permissions for each plugin
yarn plugins:unlink  # mm plugins uninstall for each plugin

Install plugins from their directory (as yarn plugins:link does), not from a packed tarball — the CLI reads package.json#mm from the directory to persist capability approvals for local installs.

About

MetaMask Agent Wallet plugin examples

Resources

Code of conduct

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages