Gamerbit / MyEtherWallet

MyEtherWallet (v4+)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MEW - Gamerbits Web Wallet

MyEtherWallet (v4+) Revised

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
│   ├── index.jsx - entry
│   ├── index.html
├── static
├── webpack_config - Webpack configuration
├── jest_config - Jest configuration

About

MyEtherWallet (v4+)

License:MIT License


Languages

Language:JavaScript 97.6%Language:CSS 2.4%Language:HTML 0.0%