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 76a31c3175 Clean up Migrator test cases (#7835) 5 years ago
..
account-import-strategies Migrate codebase to use ESM (#7730) 5 years ago
controllers Remove MetaMask Mesh testing client (#7818) 5 years ago
lib Clean up Migrator test cases (#7835) 5 years ago
migrations Remove usages of xtend from the background scripts (#7796) 5 years ago
platforms Migrate codebase to use ESM (#7730) 5 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Clean up Migrator test cases (#7835) 5 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js Consistent jsdoc syntax (#7755) 5 years ago
first-time-state.js Migrate codebase to use ESM (#7730) 5 years ago
inpage.js Migrate codebase to use ESM (#7730) 5 years ago
metamask-controller.js Consistent jsdoc syntax (#7755) 5 years ago
phishing-detect.js Migrate codebase to use ESM (#7730) 5 years ago
ui.js Consistent jsdoc syntax (#7755) 5 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