1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
2018-09-05 16:26:09 -04:00
..
account-import-strategies
controllers fix conflicts 2018-08-28 15:20:30 -03:00
lib Do not resolve .test domains using ENS 2018-08-24 12:40:37 -04:00
migrations fix migration 28 2018-08-09 16:15:56 -04:00
platforms send to fullscreen if no permission from popup 2018-07-30 22:57:05 -04:00
background.js Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5 2018-09-05 16:26:09 -04:00
chromereload.js
contentscript.js Move inpage-provider and port-stream outside 2018-08-20 15:45:50 -07:00
edge-encryptor.js
first-time-state.js
inpage.js Move inpage-provider and port-stream outside 2018-08-20 15:45:50 -07:00
metamask-controller.js fix conflicts 2018-08-28 15:20:30 -03:00
notice-controller.js
popup-core.js
README.md
ui.js Move inpage-provider and port-stream outside 2018-08-20 15:45:50 -07: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