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 bb201d7c4a
Merge branch 'develop' into stop-reload-on-network-change
6 years ago
..
account-import-strategies
controllers controllers - transaction - prefer log over console 6 years ago
lib removed auto-reload.js, moved global web3 export to inpage.js 6 years ago
migrations
platforms
README.md
background.js
chromereload.js
contentscript.js
edge-encryptor.js
first-time-state.js
inpage.js removed auto-reload.js, moved global web3 export to inpage.js 6 years ago
metamask-controller.js metamask - ensure all nonce locks are released 6 years ago
notice-controller.js Fix some silly linting issues. 7 years ago
popup-core.js
ui.js

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