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-20 23:51:00 -04:00
..
account-import-strategies
controllers Merge branch 'develop' of github.com:MetaMask/metamask-extension into sentry-enhancements2 2018-10-20 23:51:00 -04:00
lib sentry - include app state in ui errors 2018-10-20 03:14:59 -04:00
migrations
platforms
background.js sentry - replace raven-js with sentry/browser 2018-10-20 02:22:50 -04:00
chromereload.js
contentscript.js Fix document extension check when injecting web3 2018-10-16 11:08:48 -02:30
edge-encryptor.js
first-time-state.js
inpage.js inpage - increase provider max listeners to avoid warnings 2018-10-17 19:17:39 -04:00
metamask-controller.js specific add and remove methods for frequentRpcList (#5554) 2018-10-19 17:50:54 -02:30
notice-controller.js Default NoticeController ctor opts to empty obj 2018-09-11 12:12:35 -07:00
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