1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 19:10:22 +01:00
metamask-extension/app/scripts
2018-05-16 23:13:25 -07:00
..
account-import-strategies
controllers controllers - recent-blocks - fix pifyd setTimeout args 2018-05-16 23:13:25 -07:00
lib remove unused events-proxy, was replaced with module swappable-obj-proxy 2018-05-16 21:10:41 -07:00
migrations
platforms
background.js guard adainst raven erroring 2018-04-29 13:46:07 -07:00
chromereload.js
contentscript.js Blacklist problematic shopify iFrame 2018-04-30 14:35:47 -07:00
edge-encryptor.js
first-time-state.js controllers - network - move default config out of first-time-state 2018-05-02 18:03:59 -07:00
inpage.js
metamask-controller.js network - create provider and block-tracker via json-rpc-engine 2018-05-16 20:46:34 -07: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