1
0
Fork 0
🦊 Minimalized version of MetaMask for my own personal use.
Go to file
Howard Braham 39b1996aab
fix(lint): Change endOfLine rules to better support linting on Windows (#20078)
2023-07-19 12:11:15 -07:00
.circleci Fix preview builds on CI (#19970) 2023-07-12 19:50:31 -02:30
.github Add stale bot to extension (#19759) 2023-07-07 08:32:43 +01:00
.husky remove pre commit hook for branch names (#19077) 2023-05-09 20:39:38 +01:00
.storybook Update Design Tokens & Add New Text Variants (#19853) 2023-06-30 11:35:43 -07:00
.vscode Add .vscode settings to the repo (#16648) 2023-02-22 10:33:12 -08:00
.yarn devDeps: jsdom@11.12.0->16.7.0 (#19971) 2023-07-13 23:06:08 +09:00
app Enforce user preferences in incoming transactions controller (#19982) 2023-07-18 16:21:30 -04:00
development ci: write human readable bundle sizes and specify delta (#20092) 2023-07-19 17:16:36 +02:00
docs Deprecate JS version of Box in favor of TS version (#19530) 2023-06-08 13:37:09 -07:00
lavamoat [FLASK] `snaps@0.37.1-flask.1` (#20069) 2023-07-19 14:16:51 +02:00
shared [MMI] adds segment events to Metametrics constants (#19468) 2023-07-18 15:55:37 +02:00
test Update Text import paths: /ui (#20076) 2023-07-19 10:55:38 -07:00
types Sync rollbackToPreviousProvider tests w/ core (#19428) 2023-06-14 09:23:16 -06:00
ui Update Text import paths: /ui (#20076) 2023-07-19 10:55:38 -07:00
.browserslistrc Update minimum browser versions (#12847) 2023-02-24 11:39:56 -03:30
.depcheckrc.yml devDeps: storybook@7 (#19092) 2023-05-18 11:07:42 +09:00
.editorconfig Clean EditorConfig file 2019-05-23 07:17:42 -02:30
.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 Replace NetworkController w/ core version (#19486) 2023-06-22 12:46:09 -06: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
.iyarc @metamask/smart-transactions-controller@3.1.0->4.0.0 (#20016) 2023-07-19 06:42:50 +09:00
.metamaskrc.dist Release MultiChain 0.5 (#18903) 2023-06-01 16:14:38 -05:00
.mocharc.js Replace NetworkController w/ core version (#19486) 2023-06-22 12:46:09 -06:00
.nvmrc Bump minimum Node.js version to 16 (#15131) 2022-07-02 23:32:18 -07: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 Fix preview builds on CI (#19970) 2023-07-12 19:50:31 -02:30
CHANGELOG.md Update changelog for v10.34.0 (#20002) 2023-07-13 15:15:53 -02:30
LICENSE update email in license (#15948) 2022-09-23 09:41:58 -05:00
README.md Add bot command to update LavaMoat policies (#19675) 2023-06-21 09:17:30 -02:30
babel.config.js Update minimum browser versions (#12847) 2023-02-24 11:39:56 -03:30
builds.yml [FLASK] `snaps@0.37.1-flask.1` (#20069) 2023-07-19 14:16:51 +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 Replace NetworkController w/ core version (#19486) 2023-06-22 12:46:09 -06:00
nyc.config.js Fixing yarn version command, adding yarn version plugin (#17325) 2023-02-01 17:05:52 -07:00
package.json fix(lint): Change endOfLine rules to better support linting on Windows (#20078) 2023-07-19 12:11:15 -07:00
sonar-project.properties add sonarqube to the extension (#19304) 2023-06-20 17:58:10 +01:00
stylelint.config.js Update ESLint config to v8 (#12886) 2021-12-09 15:36:24 -03:30
tsconfig.json Support translation in background code (#19650) 2023-06-20 13:44:11 +01:00
yarn.lock [FLASK] `snaps@0.37.1-flask.1` (#20069) 2023-07-19 14:16:51 +02:00

README.md

MetaMask Browser Extension

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 16
    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.
  • Install Yarn v3
    • ONLY follow the steps in the "Install Corepack" and "Updating the global Yarn version" sections
    • DO NOT take any of the steps in the "Initializing your project", "Updating to the latest versions" or "Installing the latest build fresh from master" sections. These steps could result in your repo being reset or installing the wrong yarn version, which can break your build.
  • 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]

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