nifty-wallet/app/scripts
Victor Baranov 08f36f8dad Add 10% margin for gas price in case of RSK chains 2020-10-27 15:15:31 +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 10 gWei 2020-07-10 15:07:15 +03:00
lib Replace POA-ETH Binance link to POA-BTC 2020-06-10 10:12:10 +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 Fix `accountsChanged` event emittance (a part of EIP-1193) 2020-04-13 23:50:03 +03:00
metamask-controller.js Add 10% margin for gas price in case of RSK chains 2020-10-27 15:15:31 +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