nifty-wallet/app/scripts
Victor Baranov a672bf9772 Fix HW connection 2020-03-10 13:53:32 +03:00
..
account-import-strategies account-import-strategies - ensure privateKey is prefixed before converting to buffer 2018-06-13 21:06:33 -07:00
controllers Fix HW connection 2020-03-10 13:53:32 +03:00
lib RSK testnet support 2019-06-11 16:59:32 +03:00
migrations upstream from mm 4.9.3 2018-10-18 15:52:58 +03:00
platforms ESLint fixes; update version of chromedriver 2019-06-06 14:22:54 +03:00
README.md
background.js Get upstream from v4.16.0 2018-10-24 20:17:32 +03:00
chromereload.js
contentscript.js eslint fix 2019-04-17 23:39:27 +03:00
edge-encryptor.js Clean up JSDoc for background scripts 2018-04-19 15:14:00 -04:00
first-time-state.js controllers - network - move default config out of first-time-state 2018-05-02 18:03:59 -07:00
inpage.js isNiftyWallet prop 2019-06-26 15:44:57 +03:00
metamask-controller.js Fix HW connection 2020-03-10 13:53:32 +03:00
notice-controller.js Default NoticeController ctor opts to empty obj 2018-09-11 12:12:35 -07:00
phishing-detect.js tests - integration - Add Drizzle tests (#5467) 2018-10-10 01:12:43 -04:00
popup-core.js eslint --fix . 2018-07-02 18:49:33 -04:00
ui.js Final cleanup 2019-09-03 22:38:21 +03:00

README.md

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