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-07-03 14:29:36 -04:00
..
account-import-strategies account-import-strategies - ensure privateKey is prefixed before converting to buffer 2018-06-13 21:06:33 -07:00
controllers eslint --fix . 2018-07-02 18:49:33 -04:00
lib fix lint errors 2018-07-03 14:29:36 -04:00
migrations eslint --fix . 2018-07-02 18:49:33 -04:00
platforms
background.js fix lint errors 2018-07-03 14:29:36 -04:00
chromereload.js
contentscript.js eslint --fix . 2018-07-02 18:49:33 -04:00
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 eslint --fix . 2018-07-02 18:49:33 -04: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 eslint --fix . 2018-07-02 18:49:33 -04:00
README.md
ui.js eslint --fix . 2018-07-02 18:49:33 -04:00

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