1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/app/scripts
2018-06-04 14:24:45 -07:00
..
account-import-strategies
controllers Only notify first time lost ids are detected 2018-06-04 14:24:45 -07:00
lib Begin adding unconfigured notifier 2018-06-04 14:21:46 -07:00
migrations Fix return value of migration 26 when missing KC or PC 2018-06-01 15:46:31 -07:00
platforms
background.js Merge branch 'master' of github.com:MetaMask/metamask-extension into merge-master 2018-05-29 16:12:36 -07:00
chromereload.js
contentscript.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Add identity synchronizing code 2018-06-04 13:43:26 -07:00
notice-controller.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