A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/app/scripts
Mark Stacey b8cdc928f6
Report errors in tests to `test-metamask` Sentry project (#7924)
5 years ago
..
account-import-strategies Clean up "JSON File" import strategy test output (#7855) 5 years ago
controllers Remove usage of unlisted extend dependency (#7903) 5 years ago
lib Report errors in tests to `test-metamask` Sentry project (#7924) 5 years ago
migrations Replace `deep-extend` with `merge` from `lodash` (#7908) 5 years ago
platforms Migrate codebase to use ESM (#7730) 5 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Allow exporting state during e2e tests (#7860) 5 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js Consistent jsdoc syntax (#7755) 5 years ago
first-time-state.js Migrate codebase to use ESM (#7730) 5 years ago
inpage.js Migrate codebase to use ESM (#7730) 5 years ago
metamask-controller.js Improve LoginPerSite UX/devX and permissions logging (#7649) 5 years ago
phishing-detect.js Remove unnecessary get environment type parameter (#7891) 5 years ago
ui.js Remove unnecessary get environment type parameter (#7891) 5 years ago

README.md

Main MetaMask Code

This folder contains the core-code.

Currently, it is organized mostly based on file category, like:

controllers, migrations, lib

Ongoing Task

Refactor code-structure, thus the subsystems are reflected on the filesystem.

Examples