MetaMask / metamask-extension
- воскресенье, 23 августа 2020 г. в 00:27:03
JavaScript
🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
You can find the latest version of MetaMask on our official website. For help using MetaMask, visit our User Support Site.
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.
nvm use
will automatically choose the right node version for you.yarn
./dist/
folder with yarn dist
.yarn start
instead.
yarn start:dev
.
localhost
, port 8000
, secure connection checkbox unchecked)Uncompressed builds can be found in /dist
, compressed builds can be found in /builds
once they're built.
Run tests with yarn test
.
You can also test with a continuously watching process, via yarn watch
.
You can run the linter by itself with yarn lint
.
yarn
yarn start
yarn dist