1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 20:39:08 +01:00
metamask-extension/app/scripts
Dan Finlay c0d2dab28b
Merge pull request #4523 from MetaMask/i4462-FixResetBug
Fix bug where reset account would not work.
2018-06-07 10:47:34 -07:00
..
account-import-strategies
controllers Fix bug where reset account would not work. 2018-06-06 16:46:39 -07:00
lib diagnostics - minor fixes 2018-06-05 12:20:24 -07:00
migrations Fix return value of migration 26 when missing KC or PC 2018-06-01 15:46:31 -07:00
platforms
background.js Merge branch 'master' of github.com:MetaMask/metamask-extension into merge-master 2018-05-29 16:12:36 -07:00
chromereload.js
contentscript.js Block gravityforms.com from web3 injection 2018-06-03 19:38:47 -07:00
edge-encryptor.js
first-time-state.js controllers - network - move default config out of first-time-state 2018-05-02 18:03:59 -07:00
inpage.js
metamask-controller.js Merge pull request #4523 from MetaMask/i4462-FixResetBug 2018-06-07 10:47:34 -07:00
notice-controller.js
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