nifty-wallet/app/scripts
Victor Baranov 0982d02698 Fix support of eth_signTypedData_v4 2020-11-13 15:44:01 +03:00
..
account-import-strategies
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
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
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
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