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 a9d3c1a87d Open full-screen UI on install 6 years ago
..
account-import-strategies account-import-strategies - ensure privateKey is prefixed before converting to buffer 7 years ago
controllers Autofill gasPrice for retry attempts with either the recommended gasprice or a %10 bump (#5786) 6 years ago
lib ESLint fixes (#5775) 6 years ago
migrations Auto fail transactions that have been approved for over 12 hours (#5765) 6 years ago
platforms EIP-1102: updated implementation 6 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Open full-screen UI on install 6 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js 1102: use meta title if it exists before title 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 1102: Push publicConfigStore to next turn to avoid race conditiono (#5777) 6 years ago
metamask-controller.js Use Array.includes 6 years ago
notice-controller.js Default NoticeController ctor opts to empty obj 6 years ago
phishing-detect.js tests - integration - Add Drizzle tests (#5467) 6 years ago
popup-core.js eslint --fix . 6 years ago
ui.js Default to the new UI for first time 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