Skip to content

MetaMask/accounts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accounts Monorepo

This monorepo is a collection of accounts-related packages used across multiple MetaMask clients (e.g. metamask-extension, metamask-mobile).

How to

Modules

This repository contains the following packages 1:

Or, in graph form 1:

%%{ init: { 'flowchart': { 'curve': 'bumpX' } } }%%
graph LR;
linkStyle default opacity:0.5
  keyring_api(["@metamask/keyring-api"]);
  eth_hd_keyring(["@metamask/eth-hd-keyring"]);
  eth_ledger_bridge_keyring(["@metamask/eth-ledger-bridge-keyring"]);
  eth_simple_keyring(["@metamask/eth-simple-keyring"]);
  eth_trezor_keyring(["@metamask/eth-trezor-keyring"]);
  eth_snap_keyring(["@metamask/eth-snap-keyring"]);
  eth_snap_keyring --> keyring_api;
Loading

Refer to individual packages for usage instructions.

Learn more

Footnotes

  1. The package list and dependency graph should be programmatically generated by running yarn readme:update. 2