1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/scripts
2019-08-29 14:57:28 +02:00
..
account-import-strategies
controllers transactions:tx-state-manager - optionally take a function as a search param (#7078) 2019-08-29 14:57:28 +02:00
lib Add support for eth_signTypedData_v4 (#6930) 2019-08-20 17:22:59 -02:30
migrations Connections settings tab (#7013) 2019-08-15 18:37:18 -02:30
platforms Close window after opening fullscreen (#6966) 2019-08-08 11:50:32 -03:00
background.js Remove ComputedbalancesController (#7057) 2019-08-22 10:26:43 -02:30
chromereload.js
contentscript.js Remove reload from Share Address button (#6991) 2019-08-09 15:00:59 -02:30
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js Add warning about reload on network change 2019-08-21 14:14:35 -03:00
metamask-controller.js Remove ComputedbalancesController (#7057) 2019-08-22 10:26:43 -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