1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 02:58:09 +01:00
metamask-extension/app/scripts
2018-07-06 16:27:08 -07:00
..
account-import-strategies
controllers Display newest transaction 2018-07-06 16:27:08 -07:00
lib fix lint errors 2018-07-03 14:29:36 -04:00
migrations
platforms
background.js fix lint errors 2018-07-03 14:29:36 -04:00
chromereload.js
contentscript.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Merge pull request #4685 from MetaMask/estimate-gasprice-background-newui 2018-07-05 08:01:03 -02:30
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