1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
Mark Stacey 5bce060985 Update badge colour
The badge colour is now '#037DD6', which stands out a bit more on both
light and dark modes.
2019-11-14 18:19:03 -04:00
..
account-import-strategies
controllers Catch reverse resolve ENS errors (#7377) 2019-11-10 21:15:59 -05:00
lib Add web3 deprecation warning (#7334) 2019-10-31 21:56:02 -02:30
migrations
platforms
background.js Update badge colour 2019-11-14 18:19:03 -04:00
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js Add web3 deprecation warning (#7334) 2019-10-31 21:56:02 -02:30
metamask-controller.js ENS Reverse Resolution support (#7177) 2019-11-01 15:24:00 -02:30
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