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 Finlay 4b4bee77c7 Move signTypedData signing out to keyrings 5 years ago
..
account-import-strategies account-import-strategies - ensure privateKey is prefixed before converting to buffer 6 years ago
controllers Handle empty fetch response (#7111) 5 years ago
lib Fix phishing detect script (#7287) 5 years ago
migrations Add a/b test for full screen transaction confirmations (#7162) 5 years ago
platforms Close window after opening fullscreen (#6966) 5 years ago
README.md add READMEs to folders, re #3427 7 years ago
background.js Turn off full screen vs popup a/b test (#7298) 5 years ago
chromereload.js Fix console.error references 8 years ago
contentscript.js Remove reload from Share Address button (#6991) 5 years ago
createStandardProvider.js Refactor ProviderApprovalController to use rpc and publicConfigStore (#6410) 6 years ago
edge-encryptor.js Enable indent linting via ESLint (#6936) 5 years ago
first-time-state.js controllers - network - move default config out of first-time-state 7 years ago
inpage.js Add warning about reload on network change 5 years ago
metamask-controller.js Move signTypedData signing out to keyrings 5 years ago
phishing-detect.js Rename accountManager usages (#6790) 5 years ago
ui.js Add polyfill for AbortController (#7157) 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