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
kumavis a08e58f0fd
Merge pull request #4426 from MetaMask/sentry-url-rewrite-fix
7 years ago
..
account-import-strategies Fix linting warnings 8 years ago
controllers Version 4.7.1 7 years ago
lib Merge pull request #4426 from MetaMask/sentry-url-rewrite-fix 7 years ago
migrations Fix return value of migration 26 when missing KC or PC 7 years ago
platforms Add a few missing docblocks to background files 7 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Merge branch 'master' of github.com:MetaMask/metamask-extension into merge-master 7 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js Added trailing comma for eslint 7 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 Add JSDoc to various background scripts 7 years ago
metamask-controller.js Merge branch 'master' of github.com:MetaMask/metamask-extension into merge-master 7 years ago
notice-controller.js Fix some silly linting issues. 7 years ago
popup-core.js Clean up JSDoc for background scripts 7 years ago
ui.js Fix confirmation popup not always opening 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