1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Thomas Huang cd9ef4ced4
Merge pull request #7581 from whymarrh/fix-app-state-controller
Construct AppStateController with the persisted initial state
2019-11-26 14:00:21 -08:00
..
account-import-strategies
controllers Don't overwrite state when setting inactive timeout 2019-11-26 17:25:01 -03:30
lib Fix chainId for non standard networks (#7502) 2019-11-22 17:25:44 -05:00
migrations Add support for one-click onboarding (#7017) 2019-11-22 13:03:51 -04:00
platforms Close window after opening fullscreen (#6966) 2019-08-08 11:50:32 -03:00
background.js Add support for one-click onboarding (#7017) 2019-11-22 13:03:51 -04:00
chromereload.js
contentscript.js Add support for one-click onboarding (#7017) 2019-11-22 13:03:51 -04:00
createStandardProvider.js
edge-encryptor.js Enable indent linting via ESLint (#6936) 2019-07-31 10:17:11 -10:00
first-time-state.js
inpage.js Add support for one-click onboarding (#7017) 2019-11-22 13:03:51 -04:00
metamask-controller.js Construct AppStateController with the persisted initial state 2019-11-26 17:55:12 -03:30
phishing-detect.js Rename accountManager usages (#6790) 2019-07-10 16:31:48 -02:30
README.md
ui.js Freeze Promise global on boot (#7309) 2019-10-24 06:54:32 -07:00

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