1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/app/scripts
2018-03-27 19:04:28 -07:00
..
account-import-strategies Fix linting warnings 2017-04-26 21:05:45 -07:00
controllers Merge pull request #3504 from lazaridiscom/laz/i3427 2018-03-20 16:28:47 -07:00
lib lint - fix 2018-03-23 18:45:58 -07:00
migrations include migration 22 2018-03-26 18:12:16 -07:00
platforms Adds button for opening app in main browser window in extension. 2017-12-12 12:14:40 -08:00
background.js Fix bug where full localStorage would crash on start 2018-03-26 15:25:26 -07:00
chromereload.js Fix console.error references 2016-08-29 17:32:39 -07:00
config.js Track usage of old and new UI (#2794) 2017-12-22 10:43:02 -08:00
contentscript.js Inject Script: Blacklist domains where not to inject script 2018-03-17 01:02:08 +05:30
edge-encryptor.js make keyFromPassword private 2018-02-23 10:09:16 +01:00
first-time-state.js default testnet - fix typo 2017-06-12 13:46:56 -07:00
inpage.js Merge branch 'master' into NewUI-flat-merge-with-master 2017-12-06 21:11:52 -08:00
metamask-controller.js metamask-controller - fix typo 2018-03-27 19:04:28 -07:00
notice-controller.js Fix some silly linting issues. 2017-12-27 17:27:48 -08:00
popup-core.js Improve styling in Confirmation Screen; Show decoded send token data 2017-09-12 23:04:01 -07:00
popup.js add comments that need clarification on naming convention 2018-03-11 10:17:08 -07:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02: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