1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
kumavis 112a9443ee
Merge pull request #3585 from lazaridiscom/laz/i3568
[WIP] document/rearrange metamask-controller.js, re #3568
2018-03-20 16:47:04 -07:00
..
account-import-strategies
controllers Merge pull request #3504 from lazaridiscom/laz/i3427 2018-03-20 16:28:47 -07:00
lib Merge branch 'master' into retry-tx-refractor 2018-03-15 08:07:16 -07:00
migrations add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
platforms
vendor
background.js background - storage - cleanup storage wiring 2018-03-08 14:10:28 -08:00
chromereload.js
config.js
contentscript.js Inject Script: Blacklist domains where not to inject script 2018-03-17 01:02:08 +05:30
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js moves setup-related code towads end of file, re #3568 2018-03-16 18:37:56 +02:00
notice-controller.js
popup-core.js
popup.js
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02: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