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
Dan 6da00c4061 Add missing descriptions in util.js 7 years ago
..
account-import-strategies Fix linting warnings 8 years ago
controllers Improve documentation of promises that return undefined. 7 years ago
lib Add missing descriptions in util.js 7 years ago
migrations migrations - back fixes 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 metamask - never persist if state is missing 7 years ago
chromereload.js Fix console.error references 8 years ago
config.js build - correctly set METAMASK_ENV via envify 7 years ago
contentscript.js Add webby awards to web3 block list. 7 years ago
edge-encryptor.js make keyFromPassword private 7 years ago
first-time-state.js build - correctly set METAMASK_ENV via envify 7 years ago
inpage.js build - correctly set METAMASK_ENV via envify 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