1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app/scripts
2019-10-21 20:59:02 -03:00
..
account-import-strategies
controllers Handle empty fetch response (#7111) 2019-10-09 11:41:18 -03:00
lib Fix phishing detect script (#7287) 2019-10-18 13:35:32 -02:30
migrations
platforms
background.js Turn off full screen vs popup a/b test (#7298) 2019-10-21 20:59:02 -03:00
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Don't wait for 3Box initialization during login (#7242) 2019-10-02 16:12:20 -03:00
phishing-detect.js
README.md
ui.js

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