1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 18:41:38 +01:00
metamask-extension/app/scripts
Dan Finlay 3eee9a2458
Linted
2019-10-23 08:47:15 +09:00
..
account-import-strategies
controllers Handle empty fetch response (#7111) 2019-10-09 11:41:18 -03:00
lib Fix phishing detect script (#7287) 2019-10-18 13:35:32 -02:30
migrations Add a/b test for full screen transaction confirmations (#7162) 2019-09-24 17:08:38 -04:00
platforms
background.js Turn off full screen vs popup a/b test (#7298) 2019-10-21 20:59:02 -03:00
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Linted 2019-10-23 08:47:15 +09:00
phishing-detect.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