nifty-wallet/app/scripts
Victor Baranov 2546ed374b Various fixes from review 2018-12-05 14:22:50 +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 Merge pull request #203 from poanetwork/txparams-fix 2018-11-26 21:03:26 +03:00
lib Update texts descriptions 2018-11-23 14:01:16 +03:00
migrations upstream from mm 4.9.3 2018-10-18 15:52:58 +03:00
platforms capitalizeFirstLetter with unit tests 2018-11-13 21:04:24 +03:00
README.md
background.js Get upstream from v4.16.0 2018-10-24 20:17:32 +03:00
chromereload.js
contentscript.js Get upstream from v4.16.0 2018-10-24 20:17:32 +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 Update texts descriptions 2018-11-23 14:01:16 +03:00
metamask-controller.js Various fixes from review 2018-12-05 14:22:50 +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 upstream from MM 4.11.0 2018-10-19 18:18:48 +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