1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
2019-02-28 13:58:37 -06:00
..
account-import-strategies
controllers Feature Flag + Mobile Sync (#5955) 2019-02-25 15:40:13 -03:30
lib account tracker - update accounts from balanceChecker contract (#6181) 2019-02-20 09:12:12 -10:00
migrations
platforms
background.js Improvement 2019-02-28 13:58:37 -06:00
chromereload.js
contentscript.js EIP-1193: standard provider API (#6170) 2019-02-19 16:42:08 -08:00
createStandardProvider.js EIP-1193: standard provider API (#6170) 2019-02-19 16:42:08 -08:00
edge-encryptor.js
first-time-state.js
inpage.js EIP-1193: standard provider API (#6170) 2019-02-19 16:42:08 -08:00
metamask-controller.js Feature Flag + Mobile Sync (#5955) 2019-02-25 15:40:13 -03:30
notice-controller.js
phishing-detect.js
popup-core.js Update popup-core script to use ES6 destructuring, const, let 2019-02-12 10:36:15 -03:30
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