1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 02:10:12 +01:00
metamask-extension/app/scripts
2018-10-17 19:17:39 -04:00
..
account-import-strategies
controllers Adds toggle for primary currency (#5421) 2018-10-17 07:03:29 +08:00
lib enable fetch debugging 2018-10-15 01:14:25 -04:00
migrations
platforms
background.js enable fetch debugging 2018-10-15 01:14:25 -04:00
chromereload.js
contentscript.js Fix document extension check when injecting web3 2018-10-16 11:08:48 -02:30
edge-encryptor.js
first-time-state.js
inpage.js inpage - increase provider max listeners to avoid warnings 2018-10-17 19:17:39 -04:00
metamask-controller.js Merge pull request #5127 from MetaMask/account-tracker-network-change 2018-10-17 18:56:54 -04:00
notice-controller.js
phishing-detect.js tests - integration - Add Drizzle tests (#5467) 2018-10-10 01:12:43 -04: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