1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
2019-12-03 23:25:00 -03:30
..
account-import-strategies
controllers Updates to account search functionality (#7637) 2019-12-03 23:25:00 -03:30
lib Revert "Update Wyre ETH purchase url" (#7631) 2019-12-03 17:12:14 -08:00
migrations Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
platforms Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
background.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
chromereload.js
contentscript.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
edge-encryptor.js Enable no-var rule for ESLint (#7590) 2019-12-03 11:22:01 -03:30
first-time-state.js
inpage.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
metamask-controller.js Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
phishing-detect.js
README.md
ui.js Freeze Promise global on boot (#7309) 2019-10-24 06:54:32 -07: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