1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app/scripts
2018-11-30 11:52:00 -05:00
..
account-import-strategies
controllers bugfix: normalize contract addresss when fetching exchange rates (#5863) 2018-11-30 11:52:00 -05:00
lib
migrations
platforms
background.js Open full-screen UI on install 2018-11-27 09:52:51 -03:30
chromereload.js
contentscript.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Use Array.includes 2018-11-26 13:27:49 -05:00
notice-controller.js
phishing-detect.js Soften accusatory language on phishing warning 2018-11-28 08:35:03 -08:00
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