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 00a73ee25e
Replace `debounce` package with `debounce` function from `lodash` (#7931)
5 years ago
..
account-import-strategies Clean up "JSON File" import strategy test output (#7855) 5 years ago
controllers Replace `clone` dependency with `cloneDeep` from lodash (#7926) 5 years ago
lib Replace `clone` dependency with `cloneDeep` from lodash (#7926) 5 years ago
migrations Replace `clone` dependency with `cloneDeep` from lodash (#7926) 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 Replace `debounce` package with `debounce` function from `lodash` (#7931) 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