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-19 07:08:04 -04:00
..
account-import-strategies
controllers lint fix 2018-10-19 07:08:04 -04:00
lib fetch debugger - only append source stack if no stack is present 2018-10-19 06:42:53 -04:00
migrations
platforms
background.js
chromereload.js
contentscript.js
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 Merge pull request #5127 from MetaMask/account-tracker-network-change 2018-10-17 18:56:54 -04:00
notice-controller.js
phishing-detect.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