1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/app/scripts
2018-05-16 20:46:34 -07:00
..
account-import-strategies
controllers network - create provider and block-tracker via json-rpc-engine 2018-05-16 20:46:34 -07:00
lib sentry - add helper to fully rewrite all error messages 2018-04-30 16:05:01 -07:00
migrations
platforms
background.js guard adainst raven erroring 2018-04-29 13:46:07 -07:00
chromereload.js
contentscript.js Blacklist problematic shopify iFrame 2018-04-30 14:35:47 -07:00
edge-encryptor.js Clean up JSDoc for background scripts 2018-04-19 15:14:00 -04:00
first-time-state.js controllers - network - move default config out of first-time-state 2018-05-02 18:03:59 -07:00
inpage.js Add JSDoc to various background scripts 2018-04-18 21:30:13 -04:00
metamask-controller.js network - create provider and block-tracker via json-rpc-engine 2018-05-16 20:46:34 -07:00
notice-controller.js
popup-core.js Clean up JSDoc for background scripts 2018-04-19 15:14:00 -04:00
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