1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
2018-11-06 20:21:19 -05:00
..
account-import-strategies
controllers Fix lint errors 2018-11-06 14:30:50 -05:00
lib
migrations
platforms
background.js fix merge conflicts 2018-11-06 20:21:19 -05:00
chromereload.js
contentscript.js Remove injected script tags after use 2018-11-06 14:26:02 -05:00
edge-encryptor.js
first-time-state.js
inpage.js Move experimental provider augmentation 2018-11-05 15:07:09 -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