1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/app/scripts
2019-09-18 19:19:12 -07:00
..
account-import-strategies
controllers use eth-json-rpc-errors 2019-09-18 19:17:31 -07:00
lib add user rejected errors 2019-09-18 19:19:12 -07:00
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 Add polyfill for AbortController (#7157) 2019-09-12 17:07:27 -03:00
chromereload.js
contentscript.js Remove reload from Share Address button (#6991) 2019-08-09 15:00:59 -02:30
createStandardProvider.js
edge-encryptor.js Enable indent linting via ESLint (#6936) 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 (#6972) 2019-09-16 14:41:01 -02:30
phishing-detect.js Rename accountManager usages (#6790) 2019-07-10 16:31:48 -02:30
README.md
ui.js Add polyfill for AbortController (#7157) 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