1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/scripts
2019-12-09 13:11:44 -03:30
..
account-import-strategies
controllers Handle one specific permissions request per tab (#7620) 2019-12-05 17:05:50 -04:00
lib Merge pull request #7591 from whymarrh/eslint-object-curly-spacing 2019-12-04 10:25:32 -08:00
migrations migrations - include 40 so that it runs on update (#7652) 2019-12-05 16:22:25 -04:00
platforms yarn lint --fix 2019-12-03 17:20:55 -03:30
background.js yarn lint --fix 2019-12-03 17:20:55 -03:30
chromereload.js
contentscript.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
edge-encryptor.js Enable no-var rule for ESLint (#7590) 2019-12-03 11:22:01 -03:30
first-time-state.js
inpage.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
metamask-controller.js Remove some unused MetaMaskController methods (#7666) 2019-12-09 13:11:44 -03:30
phishing-detect.js yarn lint --fix 2019-12-03 17:20:55 -03:30
README.md
ui.js yarn lint --fix 2019-12-03 17:20:55 -03:30

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