1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 19:10:22 +01:00
metamask-extension/app/scripts
2018-05-28 23:25:48 -07:00
..
account-import-strategies
controllers controllers - transaction - pending-tx-tracker - lint fix 2018-05-28 15:54:47 -07:00
lib controllers - transactions - merge @frankiebee's work with mine 2018-05-28 14:29:31 -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 controllers - network - move default config out of first-time-state 2018-05-02 18:03:59 -07:00
inpage.js
metamask-controller.js metamask-controller - lint fix 2018-05-28 23:25:48 -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