A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/app/scripts
Mark Stacey 429030a00e
Remove unused `unlockAccountMessage` callback (#6905)
5 years ago
..
account-import-strategies account-import-strategies - ensure privateKey is prefixed before converting to buffer 7 years ago
controllers Check balance before testing it w/ isZero (#6898) 5 years ago
lib Resolve onion addresses (#6869) 5 years ago
migrations Check for unused function arguments (#6583) 6 years ago
platforms Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410) 6 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Remove unused `unlockAccountMessage` callback (#6905) 5 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js Replace deprecated Chrome API (#6895) 5 years ago
createStandardProvider.js Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410) 6 years ago
edge-encryptor.js Update asmcrypto.js to latest version (#6767) 5 years ago
first-time-state.js controllers - network - move default config out of first-time-state 7 years ago
inpage.js Remove Drizzle tests (#6855) 5 years ago
metamask-controller.js Abstract domain provider from its stream transport (#6670) 5 years ago
phishing-detect.js Rename accountManager usages (#6790) 5 years ago
popup-core.js Rename accountManager usages (#6790) 5 years ago
ui.js Serve CSS as an external file (#6894) 5 years ago

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