1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/app/scripts
2018-06-18 15:37:37 -07:00
..
account-import-strategies
controllers Get popup appearing when suggesting new token 2018-06-18 15:37:37 -07:00
lib
migrations
platforms
background.js Begin adding eth_watchToken 2018-06-18 15:07:08 -07:00
chromereload.js
contentscript.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Get popup appearing when suggesting new token 2018-06-18 15:37:37 -07:00
notice-controller.js notice controller - properly show new notices for non-new users 2018-06-18 12:10:35 -07:00
popup-core.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