1
0
Fork 0
🦊 Minimalized version of MetaMask for my own personal use.
Go to file
Matthias Kretschmann 961407be2d
Merge branch 'develop' of github.com:MetaMask/metamask-extension into minimal
2023-09-07 12:13:58 +01:00
.circleci Require `test-deps-depcheck` to pass CI (#20386) 2023-08-17 17:56:10 -02:30
.github fix(action): octokit not supported on MetaMask repos (#20544) 2023-08-22 07:49:36 -03:00
.husky remove pre commit hook for branch names (#19077) 2023-05-09 20:39:38 +01:00
.storybook Merge branch 'develop' of github.com:MetaMask/metamask-extension into minimal 2023-09-07 12:13:58 +01:00
.vscode Add .vscode settings to the repo (#16648) 2023-02-22 10:33:12 -08:00
.yarn Use getEncryptionPublicKey from Core KeyringController (#20646) 2023-08-30 18:10:37 +01:00
app New Crowdin translations by Github Action (#20734) 2023-09-07 10:36:46 +01:00
development Merge branch 'develop' of github.com:MetaMask/metamask-extension into minimal 2023-09-02 17:01:22 +01:00
docs Deprecate JS version of Box in favor of TS version (#19530) 2023-06-08 13:37:09 -07:00
lavamoat Add resolution for `semver` (#20710) 2023-09-04 11:27:33 +02:00
shared fix(20316): enrich error message for fetch-with-cache (#20742) 2023-09-06 15:02:22 +01:00
test Use versioned URL for `manageAccounts` test (#20739) 2023-09-05 19:46:00 +02:00
types Capture exception with sentry when invariant conditions are met in migrations (#20427) 2023-08-16 16:56:20 -02:30
ui Merge branch 'develop' of github.com:MetaMask/metamask-extension into minimal 2023-09-07 12:13:58 +01:00
.browserslistrc Update minimum browser versions (#12847) 2023-02-24 11:39:56 -03:30
.depcheckrc.yml Upgrade to yarn 4 (#20249) 2023-08-01 17:19:19 -05:00
.editorconfig
.eslintrc.babel.js Refactor ESLint config (#13482) 2022-02-28 10:42:09 -07:00
.eslintrc.base.js fix(lint): Change endOfLine rules to better support linting on Windows (#20078) 2023-07-19 12:11:15 -07:00
.eslintrc.js feat(878): implement network txn toggle and new style (#20363) 2023-08-24 11:27:42 +01:00
.eslintrc.jsdoc.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
.eslintrc.node.js Refactor ESLint config (#13482) 2022-02-28 10:42:09 -07:00
.eslintrc.typescript-compat.js Add TypeScript to the linting process (#13495) 2022-03-21 12:54:47 -06:00
.gitattributes upgrade yarn to version 3 (#16232) 2022-12-08 10:38:04 -06:00
.gitignore Add .vscode settings to the repo (#16648) 2023-02-22 10:33:12 -08:00
.metamaskrc.dist Confirmation page alerts (#20125) 2023-08-03 16:24:54 +05:30
.mocharc.js feat(878): implement network txn toggle and new style (#20363) 2023-08-24 11:27:42 +01:00
.nvmrc Use node 18 (#20308) 2023-07-31 14:51:39 -05:00
.prettierignore Add .vscode settings to the repo (#16648) 2023-02-22 10:33:12 -08:00
.prettierrc.yml fix(lint): Change endOfLine rules to better support linting on Windows (#20078) 2023-07-19 12:11:15 -07:00
.yarnrc.yml Merge branch 'develop' of github.com:MetaMask/metamask-extension into minimal 2023-08-08 11:53:47 +01:00
CHANGELOG.md Merge remote-tracking branch 'origin/develop' into master-sync 2023-09-05 17:03:48 -02:30
LICENSE update email in license (#15948) 2022-09-23 09:41:58 -05:00
README.md Merge branch 'develop' of github.com:MetaMask/metamask-extension into minimal 2023-09-07 12:13:58 +01:00
babel.config.js Update minimum browser versions (#12847) 2023-02-24 11:39:56 -03:30
builds.yml Bump snaps packages to `1.0.2` (#20643) 2023-08-29 15:45:41 +02:00
codecov.yml ci: temporarily disable codecov status checks (#19354) 2023-06-01 10:11:22 -05:00
coverage-targets.js updates values (#19336) 2023-05-30 13:08:07 +01:00
crowdin.yml Update crowdin.yml (#15910) 2022-09-23 10:26:37 -05:00
jest.config.js feat(878): implement network txn toggle and new style (#20363) 2023-08-24 11:27:42 +01:00
nyc.config.js Fixing yarn version command, adding yarn version plugin (#17325) 2023-02-01 17:05:52 -07:00
package.json Updating ppom validator (#20756) 2023-09-07 05:48:58 +05:30
sonar-project.properties add sonarqube to the extension (#19304) 2023-06-20 17:58:10 +01:00
stylelint.config.js
tsconfig.json Support translation in background code (#19650) 2023-06-20 13:44:11 +01:00
yarn.lock Updating ppom validator (#20756) 2023-09-07 05:48:58 +05:30

README.md

MetaMask Browser Extension

🦊 Minimalized version of MetaMask for my own personal use without the myriad of banners & buttons I will never use, and without that terrible Roboto typeface.

Screenshot 2023-04-20 at 17 04 11 Screenshot 2023-04-20 at 17 04 26 Screenshot 2023-04-05 at 19 58 35

Don't blindly trust me and double check the changes before installing this in your own browser.

Compare code changes →

Notable Changes

  • tweaked overall typography defaulting to system font Avenir Next on macOS, respective default system font on all other OS
  • hide all those unneccessary nagging banners, like Ledger connection instructions or network is busy (it always is)
  • minimal unlock screen
  • UX improvements around account dropdown when many accounts are in there
  • UX improvements around network dropdown
  • remove all the Buy, Swap etc. buttons, replace remaining Send with text only
  • remove all contact support banners
  • hide NFT tab completely, cause it's just badly designed

Quick Start

yarn

# outputs installable extension into ./builds
yarn dist

Original README follows:


You can find the latest version of MetaMask on our official website. For help using MetaMask, visit our User Support Site.

For general questions, feature requests, or developer questions, visit our Community Forum.

MetaMask supports Firefox, Google Chrome, and Chromium-based browsers. We recommend using the latest available browser version.

For up to the minute news, follow our Twitter or Medium pages.

To learn how to develop MetaMask-compatible applications, visit our Developer Docs.

To learn how to contribute to the MetaMask project itself, visit our Internal Docs.

Building locally

  • Install Node.js version 18
    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.
  • Enable Corepack by executing the command corepack enable within the metamask-extension project. Corepack is a utility included with Node.js by default. It manages Yarn on a per-project basis, using the version specified by the packageManager property in the project's package.json file. Please note that modern releases of Yarn are not intended to be installed globally or via npm.
  • Duplicate .metamaskrc.dist within the root and rename it to .metamaskrc
  • Build the project to the ./dist/ folder with yarn dist.
    • Optionally, you may run yarn start to run dev mode.

Uncompressed builds can be found in /dist, compressed builds can be found in /builds once they're built.

See the build system readme for build system usage information.

Git Hooks

To get quick feedback from our shared code quality fitness functions before committing the code, you can install our git hooks with Husky.

$ yarn githooks:install

You can read more about them in our testing documentation.

Contributing

Development builds

To start a development build (e.g. with logging and file watching) run yarn start.

React and Redux DevTools

To start the React DevTools, run yarn devtools:react with a development build installed in a browser. This will open in a separate window; no browser extension is required.

To start the Redux DevTools Extension:

  • Install the package remotedev-server globally (e.g. yarn global add remotedev-server)
  • Install the Redux Devtools extension.
  • Open the Redux DevTools extension and check the "Use custom (local) server" checkbox in the Remote DevTools Settings, using the default server configuration (host localhost, port 8000, secure connection checkbox unchecked).

Then run the command yarn devtools:redux with a development build installed in a browser. This will enable you to use the Redux DevTools extension to inspect MetaMask.

To create a development build and run both of these tools simultaneously, run yarn start:dev.

Test Dapp

This test site can be used to execute different user flows.

Running Unit Tests and Linting

Run unit tests and the linter with yarn test. To run just unit tests, run yarn test:unit.

You can run the linter by itself with yarn lint, and you can automatically fix some lint problems with yarn lint:fix. You can also run these two commands just on your local changes to save time with yarn lint:changed and yarn lint:changed:fix respectively.

For Jest debugging guide using Node.js, see docs/tests/jest.md.

Running E2E Tests

Our e2e test suite can be run on either Firefox or Chrome.

  1. required yarn build:test to create a test build.
  2. run tests, targetting the browser:
  • Firefox e2e tests can be run with yarn test:e2e:firefox.
  • Chrome e2e tests can be run with yarn test:e2e:chrome. The chromedriver package major version must match the major version of your local Chrome installation. If they don't match, update whichever is behind before running Chrome e2e tests.

These test scripts all support additional options, which might be helpful for debugging. Run the script with the flag --help to see all options.

Running a single e2e test

Single e2e tests can be run with yarn test:e2e:single test/e2e/tests/TEST_NAME.spec.js along with the options below.

  --browser           Set the browser used; either 'chrome' or 'firefox'.
                                            [string] [choices: "chrome", "firefox"]
  --debug             Run tests in debug mode, logging each driver interaction
                                                         [boolean] [default: false]
  --retries           Set how many times the test should be retried upon failure.
                                                              [number] [default: 0]
  --leave-running     Leaves the browser running after a test fails, along with
                      anything else that the test used (ganache, the test dapp,
                      etc.)                              [boolean] [default: false]
  --update-snapshot   Update E2E test snapshots
                                             [alias: -u] [boolean] [default: false]

For example, to run the account-details tests using Chrome, with debug logging and with the browser set to remain open upon failure, you would use: yarn test:e2e:single test/e2e/tests/account-details.spec.js --browser=chrome --debug --leave-running

Changing dependencies

Whenever you change dependencies (adding, removing, or updating, either in package.json or yarn.lock), there are various files that must be kept up-to-date.

  • yarn.lock:
    • Run yarn again after your changes to ensure yarn.lock has been properly updated.
    • Run yarn lint:lockfile:dedupe:fix to remove duplicate dependencies from the lockfile.
  • The allow-scripts configuration in package.json
    • Run yarn allow-scripts auto to update the allow-scripts configuration automatically. This config determines whether the package's install/postinstall scripts are allowed to run. Review each new package to determine whether the install script needs to run or not, testing if necessary.
    • Unfortunately, yarn allow-scripts auto will behave inconsistently on different platforms. macOS and Windows users may see extraneous changes relating to optional dependencies.
  • The LavaMoat policy files
    • If you are a MetaMask team member and your PR is on a repository branch, you can use the bot command @metamaskbot update-policies to ask the MetaMask bot to automatically update the policies for you.
    • If your PR is from a fork, you can ask a MetaMask team member to help with updating the policy files.
    • Manual update instructions: The tl;dr is to run yarn lavamoat:auto to update these files, but there can be devils in the details:
      • There are two sets of LavaMoat policy files:
        • The production LavaMoat policy files (lavamoat/browserify/*/policy.json), which are re-generated using yarn lavamoat:background:auto. Add --help for usage.
          • These should be regenerated whenever the production dependencies for the background change.
        • The build system LavaMoat policy file (lavamoat/build-system/policy.json), which is re-generated using yarn lavamoat:build:auto.
          • This should be regenerated whenever the dependencies used by the build system itself change.
      • Whenever you regenerate a policy file, review the changes to determine whether the access granted to each package seems appropriate.
      • Unfortunately, yarn lavamoat:auto will behave inconsistently on different platforms. macOS and Windows users may see extraneous changes relating to optional dependencies.
      • If you keep getting policy failures even after regenerating the policy files, try regenerating the policies after a clean install by doing:
        • rm -rf node_modules/ && yarn && yarn lavamoat:auto
      • Keep in mind that any kind of dynamic import or dynamic use of globals may elude LavaMoat's static analysis. Refer to the LavaMoat documentation or ask for help if you run into any issues.

Architecture

Architecture Diagram

Other Docs

Dapp Developer Resources