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-10-29 19:49:53 -04:00
..
account-import-strategies
controllers Merge branch 'develop' into sentry-enhancements2 2018-10-29 19:49:53 -04:00
lib Merge branch 'develop' into sentry-enhancements2 2018-10-29 19:49:53 -04:00
migrations
platforms
background.js Merge branch 'develop' into sentry-enhancements2 2018-10-29 19:49:53 -04:00
chromereload.js
contentscript.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Add support for RPC endpoints with custom chain IDs (#5134) 2018-10-26 10:26:43 +02:00
notice-controller.js
phishing-detect.js
popup-core.js
README.md
ui.js sentry - include app state in ui errors 2018-10-20 03:14:59 -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