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-09-19 09:40:11 -07:00
..
account-import-strategies
controllers Merge pull request from rekmarks/fix-errors 2019-09-19 09:40:11 -07:00
lib add user rejected errors 2019-09-18 19:19:12 -07:00
migrations Connections settings tab () 2019-08-15 18:37:18 -02:30
platforms Close window after opening fullscreen () 2019-08-08 11:50:32 -03:00
background.js Remove the disk store () 2019-09-16 19:29:26 -03:00
chromereload.js
contentscript.js Remove reload from Share Address button () 2019-08-09 15:00:59 -02:30
createStandardProvider.js Refactor ProviderApprovalController to use rpc and publicConfigStore () 2019-05-03 13:32:05 -04:00
edge-encryptor.js Enable indent linting via ESLint () 2019-07-31 10:17:11 -10:00
first-time-state.js
inpage.js Add warning about reload on network change 2019-08-21 14:14:35 -03:00
metamask-controller.js 3box integration 2.0 () 2019-09-16 14:41:01 -02:30
phishing-detect.js Rename accountManager usages () 2019-07-10 16:31:48 -02:30
README.md
ui.js Add polyfill for AbortController () 2019-09-12 17:07:27 -03:00

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