1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
2018-05-28 23:14:38 -07:00
..
account-import-strategies
controllers controllers - recent-blocks - pull first historical blocks in parallel 2018-05-22 01:58:36 -07:00
lib Merge pull request #4199 from MetaMask/i3487-provider-errors 2018-05-18 11:57:29 -07:00
migrations Fix migration 026 to produce the correct shape for state.identities 2018-05-17 13:35:38 -02:30
platforms
background.js docs - jsdoc - fix syntax 2018-05-18 11:52:28 -07:00
chromereload.js
contentscript.js Added trailing comma for eslint 2018-05-18 16:11:46 +02:00
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js metamask-controller - lint fix 2018-05-28 23:14:38 -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