1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Dan J Miller 803eaaf968 [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from state (#2364)
* Adds memo field to send-v2.

* Vertical align transaction with flexbox.

* Customize Gas UI

* Remove internal state from InputNumber and fix use in gastooltip.

* Move customize-gas-modal to its own folder and minor cleanup

* Create send container, get account info from state, and make currency display more reusable

* Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
2017-10-13 13:19:22 -07:00
2017-10-13 02:11:01 -04:00
2017-09-29 11:50:24 -07:00
2017-09-19 16:48:42 -07:00
2017-05-08 13:54:25 -07:00
2017-05-12 12:04:42 -07:00
2015-07-31 18:38:02 -07:00
2017-08-03 14:48:19 -07:00
2016-06-29 17:28:49 -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
2016-06-15 10:35:23 -07:00
2017-04-25 12:49:24 -07:00
2016-07-01 14:23:37 -07:00
2016-07-01 14:23:37 -07:00
2016-07-14 14:37:40 -07:00
2017-09-19 11:34:19 -07:00
2017-09-29 11:50:24 -07:00
2017-10-10 14:16:57 -07:00

MetaMask Plugin

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%