1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app/scripts
2018-11-06 14:30:50 -05:00
..
account-import-strategies
controllers Fix lint errors 2018-11-06 14:30:50 -05:00
lib Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-enhancements2 2018-10-29 20:25:05 -04:00
migrations
platforms EIP-1102: updated implementation 2018-11-05 15:07:09 -08:00
background.js EIP-1102: updated implementation 2018-11-05 15:07:09 -08:00
chromereload.js
contentscript.js Remove injected script tags after use 2018-11-06 14:26:02 -05:00
edge-encryptor.js
first-time-state.js
inpage.js Move experimental provider augmentation 2018-11-05 15:07:09 -08:00
metamask-controller.js Clear cached approval after rejection 2018-11-06 14:13:27 -05:00
notice-controller.js
phishing-detect.js tests - integration - Add Drizzle tests (#5467) 2018-10-10 01:12:43 -04:00
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