1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/app/scripts
2018-03-23 18:45:58 -07:00
..
account-import-strategies
controllers Merge pull request #3504 from lazaridiscom/laz/i3427 2018-03-20 16:28:47 -07:00
lib lint - fix 2018-03-23 18:45:58 -07:00
migrations add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
platforms
background.js Merge branch 'master' of https://github.com/trigun0x2/metamask-extension into trigun0x2-master 2018-03-21 11:55:09 -07: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 make keyFromPassword private 2018-02-23 10:09:16 +01:00
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 add comments that need clarification on naming convention 2018-03-11 10:17:08 -07:00
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