nifty-wallet/app/scripts
Victor Baranov 0982d02698 Fix support of eth_signTypedData_v4 2020-11-13 15:44:01 +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 support of eth_signTypedData_v4 2020-11-13 15:44:01 +03:00
lib Fix support of eth_signTypedData_v4 2020-11-13 15:44:01 +03:00
migrations Refactoring 2 before EIP - 1193 2020-03-27 20:58:58 +03:00
platforms Change notification windows order 2020-05-04 14:07:14 +03:00
README.md add READMEs to folders, re #3427 2018-03-14 15:33:22 +02:00
background.js Change notification windows order 2020-05-04 14:07:14 +03:00
chromereload.js Refactoring: var -> let, const 2020-04-29 12:17:33 +03:00
contentscript.js Refactoring: var -> let, const 2020-04-29 12:17:33 +03: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 Hotfix 2020-11-13 12:59:25 +03:00
metamask-controller.js Fix support of eth_signTypedData_v4 2020-11-13 15:44:01 +03:00
notice-controller.js Add RSK/testnet default tokens 2020-04-14 13:31:37 +03:00
phishing-detect.js tests - integration - Add Drizzle tests (#5467) 2018-10-10 01:12:43 -04:00
popup-core.js Refactoring: var -> let, const 2020-04-29 12:17:33 +03:00
ui.js Change notification windows order 2020-05-04 14:07:14 +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