1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/app/scripts
2019-09-10 12:51:34 -10:00
..
account-import-strategies
controllers fix rinkeby spelling (#7148) 2019-09-10 12:51:34 -10:00
lib fix rinkeby spelling (#7148) 2019-09-10 12:51:34 -10:00
migrations
platforms
background.js Remove ComputedbalancesController (#7057) 2019-08-22 10:26:43 -02:30
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Make chainId available in the metamask-inpage-provider (#7110) 2019-09-09 22:01:34 -02:30
phishing-detect.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