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 306f04be8d
Simplify logic in PTT helper fns (#8430)
5 years ago
..
account-import-strategies Clean up "JSON File" import strategy test output (#7855) 5 years ago
controllers Simplify logic in PTT helper fns (#8430) 5 years ago
lib Move default export declaration to Migrator class (#8407) 5 years ago
migrations Delete Dai/Sai migration notification (#8418) 5 years ago
platforms Position notification relative to last focused window (#8356) 5 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Remove unused ShapeShift components (#8402) 5 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js Merge pull request #8056 from whymarrh/arrow-parens 5 years ago
first-time-state.js Migrate codebase to use ESM (#7730) 5 years ago
inpage.js update inpage-provider; minor fixes (#7997) 5 years ago
metamask-controller.js Delete Dai/Sai migration notification (#8418) 5 years ago
phishing-detect.js Replace METAMASK_UI_TYPE global with helper function (#8279) 5 years ago
ui.js Remove ineffectual close popup function (#8316) 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