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 43dde3cbde transactions - only save up to 40 txs totall across all networks 7 years ago
..
account-import-strategies Fix linting warnings 8 years ago
controllers Merge pull request #3504 from lazaridiscom/laz/i3427 7 years ago
lib transactions - only save up to 40 txs totall across all networks 7 years ago
migrations migration for adding submittedTime to the txMeta (#3727) 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 Merge branch 'master' of https://github.com/trigun0x2/metamask-extension into trigun0x2-master 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 Inject Script: Blacklist domains where not to inject script 7 years ago
edge-encryptor.js make keyFromPassword private 7 years ago
first-time-state.js default testnet - fix typo 8 years ago
inpage.js Merge branch 'master' into NewUI-flat-merge-with-master 7 years ago
metamask-controller.js moves setup-related code towads end of file, re #3568 7 years ago
notice-controller.js Fix some silly linting issues. 7 years ago
popup-core.js Improve styling in Confirmation Screen; Show decoded send token data 7 years ago
popup.js add comments that need clarification on naming convention 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