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
frankiebee 3def45004a transactions#newUnapprovedTransaction - dont default origin to metamask 7 years ago
..
account-import-strategies Fix linting warnings 8 years ago
controllers transactions#newUnapprovedTransaction - dont default origin to metamask 7 years ago
lib Merge pull request #3782 from MetaMask/i3670-FixNonceBug 7 years ago
migrations migration for removing unnecessary transactions from state 7 years ago
platforms Adds button for opening app in main browser window in extension. 7 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Undo unnecessary line removals. 7 years ago
chromereload.js Fix console.error references 8 years ago
config.js Track usage of old and new UI (#2794) 7 years ago
contentscript.js build - extension - move js files to toplevel 7 years ago
edge-encryptor.js make keyFromPassword private 7 years ago
first-time-state.js default testnet - fix typo 7 years ago
inpage.js Merge branch 'master' into NewUI-flat-merge-with-master 7 years ago
metamask-controller.js transactions - put the origing on the txMeta to help with debugging 7 years ago
notice-controller.js Fix some silly linting issues. 7 years ago
popup-core.js Fetch localeMessages in front end only. 7 years ago
ui.js build - rename 'popup.js' to 'ui.js' 7 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