1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/app/scripts
2018-08-12 18:57:58 -04:00
..
account-import-strategies
controllers
lib Merge pull request #4897 from MetaMask/qr-code-scan 2018-08-10 13:40:06 -04:00
migrations fix migration 28 2018-08-09 16:15:56 -04:00
platforms
background.js sentry - change releaseVersion to release 2018-08-09 13:49:40 -07:00
chromereload.js
contentscript.js base - working. fixes #4774 2018-08-12 18:57:58 -04:00
edge-encryptor.js
esdb-replace.js base - working. fixes #4774 2018-08-12 18:57:58 -04:00
first-time-state.js
inpage.js
metamask-controller.js
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