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
Erik Marks 6ba3b7e282
Add signTypedData_v4 to safe methods (#8265)
5 years ago
..
account-import-strategies Clean up "JSON File" import strategy test output (#7855) 5 years ago
controllers Add signTypedData_v4 to safe methods (#8265) 5 years ago
lib Fix Sentry error processing for errors missing a stack (#8179) 5 years ago
migrations Enable arrow-parens ESLint rule 5 years ago
platforms Enable arrow-parens ESLint rule 5 years ago
README.md
background.js Wait for extension unlock before processing eth_requestAccounts (#8149) 5 years ago
chromereload.js
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 Wait for extension unlock before processing eth_requestAccounts (#8149) 5 years ago
phishing-detect.js Updating deprecated Etherscam link (#7464) 5 years ago
ui.js Use combineReducers for rootReducer (#7964) 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