1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/app/scripts
2018-06-18 12:10:35 -07:00
..
account-import-strategies
controllers lint - fix recipient-blacklist.js 2018-06-15 11:07:56 -07:00
lib Re-enable dapp reload on network change 2018-06-14 15:15:23 -07:00
migrations
platforms
background.js
chromereload.js
contentscript.js
edge-encryptor.js
first-time-state.js
inpage.js Re-enable dapp reload on network change 2018-06-14 15:15:23 -07:00
metamask-controller.js Merge pull request #4571 from MetaMask/disable-diagnostics 2018-06-14 10:03:53 -07:00
notice-controller.js notice controller - properly show new notices for non-new users 2018-06-18 12:10:35 -07:00
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