1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/scripts
Thomas Huang bc67d1eeca
Revert "Update Wyre ETH purchase url" (#7631)
* Revert "Update Wyre buy ETH URL (#7482)"

This reverts commit 015ba83c6e.

* Change test description from coinbase to wyre
2019-12-03 17:12:14 -08:00
..
account-import-strategies account-import-strategies - ensure privateKey is prefixed before converting to buffer 2018-06-13 21:06:33 -07:00
controllers Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
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 Fix console.error references 2016-08-29 17:32:39 -07:00
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 controllers - network - move default config out of first-time-state 2018-05-02 18:03:59 -07:00
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 Rename accountManager usages (#6790) 2019-07-10 16:31:48 -02:30
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
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