1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
brunobar79 87dfca0767 fixes
2018-06-23 02:52:11 -04:00
..
account-import-strategies
controllers controllers - transaction - prefer log over console 2018-06-12 12:08:06 -07:00
lib move TrezorKeyring to its own package 2018-06-13 01:32:13 -04:00
migrations
platforms
background.js
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
inpage.js removed auto-reload.js, moved global web3 export to inpage.js 2018-06-12 11:04:37 -07:00
metamask-controller.js fixes 2018-06-23 02:52:11 -04: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