2017-04-26 22:13:59 -05:00
2017-04-26 22:13:59 -05:00
2017-04-12 00:01:02 -05:00
2017-04-24 18:36:59 -05:00
2017-04-11 23:58:49 -05:00
2017-04-11 23:59:11 -05:00
2017-04-12 00:01:57 -05:00
2017-04-12 00:01:39 -05:00
2016-12-04 02:35:28 +01:00
2017-04-24 18:36:59 -05:00
2017-04-12 17:38:25 -05:00

MyEtherWallet

MyEtherWallet (v4+)

Run:

npm run dev # run app in dev mode

Build:

npm run build # build app

It generates app in dist folder.

Test:

npm run test # run tests with Jest

Folder structure:

│
├── common - Your App
│   └── actions - application actions
│   ├── api - Services and XHR utils(also custom form validation, see InputComponent from components/common)
│   ├── components - components according to "Redux philosophy"
│   ├── config - frontend config depending on REACT_WEBPACK_ENV
│   ├── containers - containers according to "Redux philosophy"
│   ├── reducers - application reducers
│   ├── routing - application routing
│   ├── styles - styles folder with scss vars, mixins, etc.
│   ├── index.jsx - entry
│   ├── index.html
├── static
├── webpack_config - Webpack configuration
├── jest_config - Jest configuration
Description
MyCrypto is an open-source, client-side tool for generating ether wallets, handling ERC-20 tokens, and interacting with the blockchain more easily.
https://mycrypto.com
Readme MIT
Languages
TypeScript 88.1%
CSS 9.4%
JavaScript 1.7%
HTML 0.8%