1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00
metamask-extension/app/scripts
Paul Bouchon daae155ce2 GABA: Integrate AddressBookController (#5847)
* gaba: integrate AddressBookController

* pin gaba version and update lockfile
2019-03-11 18:40:41 -10:00
..
account-import-strategies
controllers GABA: Integrate AddressBookController (#5847) 2019-03-11 18:40:41 -10:00
lib GABA: Integrate AddressBookController (#5847) 2019-03-11 18:40:41 -10:00
migrations
platforms
background.js
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js GABA: Integrate AddressBookController (#5847) 2019-03-11 18:40:41 -10:00
notice-controller.js
phishing-detect.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