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 d735439de9 Update NoticesController to use ES6 destructuring, const, let 6 years ago
..
account-import-strategies account-import-strategies - ensure privateKey is prefixed before converting to buffer 6 years ago
controllers Add announcement for users migrated to the new UI 6 years ago
lib Fix locale codes contains underscore will never be preferred (#6116) 6 years ago
migrations Remove betaUI preference state, replace with completedUiMigration 6 years ago
platforms EIP-1102 updates (#6006) 6 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Fix all "var used instead of let or const" problems in background.js 6 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js Update contentscript to use ES6 destructuring, const, let 6 years ago
edge-encryptor.js Clean up JSDoc for background scripts 7 years ago
first-time-state.js controllers - network - move default config out of first-time-state 7 years ago
inpage.js Fix all "var used instead of let or const" problems in inpage.js 6 years ago
metamask-controller.js Update MetaMaskController to use ES6 destructuring, const, let 6 years ago
notice-controller.js Update NoticesController to use ES6 destructuring, const, let 6 years ago
phishing-detect.js Update design of phishing warning screen 6 years ago
popup-core.js eslint --fix . 6 years ago
ui.js Default to the new UI for all users 6 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