官网:https://metamask.io/

浏览器插件项目源码:https://github.com/MetaMask/metamask-extension

Building locally


  • Install Node.js version 8.11.3 and npm version 6.1.0
    • If you are using nvm (recommended) running nvm usewill automatically choose the right node version for you.
    • Select npm 6.1.0:npm install -g [email protected]
  • Install dependencies:npm install
  • Install gulp globally withnpm install -g gulp-cli.
  • Build the project to the./dist/folder withgulp build.
  • Optionally, to rebuild on file changes, rungulp dev.
  • To package .zip files for distribution, rungulp zip, or run the full build & zip withgulp dist.

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

results matching ""

    No results matching ""