1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts
2020-01-30 11:46:16 -04:00
..
account-import-strategies
controllers Ensures the tx controller + state-manager orders transactions as received (#7484) 2019-12-05 16:27:08 -04:00
lib Update ENS registry addresses (#7954) 2020-01-30 11:46:16 -04:00
migrations
platforms
background.js Only resolve ENS on mainnet (#7944) 2020-01-29 20:59:38 -04:00
chromereload.js
contentscript.js
createStandardProvider.js
edge-encryptor.js
first-time-state.js
inpage.js
metamask-controller.js Only resolve ENS on mainnet (#7944) 2020-01-29 20:59:38 -04:00
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