1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/app/scripts
Whymarrh Whitby 0d0bb4afd7
Merge pull request #5522 from MetaMask/fetch-debugging
debugging - enable fetch debugging
2018-10-17 17:38:55 -02:30
..
account-import-strategies
controllers Adds toggle for primary currency (#5421) 2018-10-17 07:03:29 +08:00
lib enable fetch debugging 2018-10-15 01:14:25 -04:00
migrations
platforms
background.js enable fetch debugging 2018-10-15 01:14:25 -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
metamask-controller.js Adds toggle for primary currency (#5421) 2018-10-17 07:03:29 +08: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