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
Whymarrh Whitby 62d5e47bcb
Remove unused DiagnosticsReporter class (#7701)
5 years ago
..
account-import-strategies account-import-strategies - ensure privateKey is prefixed before converting to buffer 7 years ago
controllers Ipfs cid v1 base32 (#7362) 5 years ago
lib Remove unused DiagnosticsReporter class (#7701) 5 years ago
migrations migrations - include 40 so that it runs on update (#7652) 5 years ago
platforms Remove unused ExtensionPlatform#queryTabs method (#7691) 5 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Ipfs cid v1 base32 (#7362) 5 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js Connect distinct accounts per site (#7004) 5 years ago
first-time-state.js controllers - network - move default config out of first-time-state 7 years ago
inpage.js Connect distinct accounts per site (#7004) 5 years ago
metamask-controller.js Remove unused UI actions (#7675) 5 years ago
phishing-detect.js yarn lint --fix 5 years ago
ui.js yarn lint --fix 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