1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app/scripts
2018-11-07 08:47:25 -08:00
..
account-import-strategies
controllers Fix lint errors 2018-11-06 14:30:50 -05:00
lib
migrations
platforms
background.js
chromereload.js
contentscript.js wip 2018-11-07 08:47:25 -08:00
edge-encryptor.js
first-time-state.js
inpage.js Cleanup 2018-11-07 08:47:25 -08:00
metamask-controller.js Clear cached approval after rejection 2018-11-06 14:13:27 -05:00
notice-controller.js
phishing-detect.js
popup-core.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