1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Dan J Miller 78bce55858 [NewUI] Use tooltip for copy to clipboard helper text on main screen. (#3120)
* Use tooltip for display of helper text in wallet views copy to clipboard feature.

* Use react-tippy in wallet-view.js; center arrow tooltip throughout tooltip text change.

* Remove unnecessary tabIndex attribute from wallet view address element.
2018-01-31 16:27:35 -08:00
2018-01-23 01:12:50 -08:00
2018-01-23 01:12:50 -08:00
2017-10-20 21:51:37 -07:00
2015-07-31 18:38:02 -07:00
2017-11-25 15:57:54 -07:00
2017-10-20 21:51:37 -07:00
2016-06-29 17:28:49 -07:00
2017-11-23 18:33:44 -07:00
2015-07-31 18:38:02 -07:00
2017-08-14 10:31:27 +02:00
2016-04-14 14:55:41 -07:00
2015-07-31 18:38:02 -07:00
2018-01-23 01:12:50 -08:00
2016-06-15 10:35:23 -07:00
2017-04-25 12:49:24 -07:00
2016-07-01 14:23:37 -07:00
2018-01-19 15:29:36 -08:00
2016-07-01 14:23:37 -07:00
2016-07-14 14:37:40 -07:00
2018-01-12 11:03:03 -08:00
2017-09-29 11:50:24 -07:00

MetaMask Browser Extension

Build Status Coverage Status Greenkeeper badge Stories in Ready

Support

If you're a user seeking support, here is our support site.

Developing Compatible Dapps

If you're a web dapp developer, we've got two types of guides for you:

New Dapp Developers

Current Dapp Developers

Building locally

  • Install Node.js version 6.3.1 or later.
  • Install local dependencies with npm install.
  • Install gulp globally with npm install -g gulp-cli.
  • Build the project to the ./dist/ folder with gulp build.
  • Optionally, to rebuild on file changes, run gulp dev.
  • To package .zip files for distribution, run gulp zip, or run the full build & zip with gulp dist.

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

Running Tests

Requires mocha installed. Run npm install -g mocha.

Then just run npm test.

You can also test with a continuously watching process, via npm run watch.

You can run the linter by itself with gulp lint.

Architecture

Architecture Diagram

Development

npm install
npm start

Build for Publishing

npm run dist

Writing Browser Tests

To write tests that will be run in the browser using QUnit, add your test files to test/integration/lib.

Other Docs

Description
🦊 Minimalized version of MetaMask for my own personal use.
Readme 265 MiB
Languages
JavaScript 83.4%
TypeScript 12.8%
SCSS 3.5%
Shell 0.2%
HTML 0.1%