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
Go to file
crptm ecb11133dd move bity getRates to saga (#35)
* move bity getRates to saga

* typo

* bity polling
2017-07-07 21:00:09 -05:00
common move bity getRates to saga (#35) 2017-07-07 21:00:09 -05:00
flow-typed merge develop into 'swap_part_3' 2017-07-03 22:21:19 -05:00
jest_config invalid pkey message 2017-07-04 16:19:04 +04:00
spec Merge pull request #32 from MyEtherWallet/persist_language_select 2017-07-05 17:57:40 -05:00
static add static readme back in (webpack requirements) 2017-04-12 17:39:09 -05:00
webpack_config reformat everything 2017-07-03 22:28:56 -05:00
.babelrc create babelcrc with flow support 2017-04-11 23:58:49 -05:00
.editorconfig update .editorconfig 2017-07-04 15:16:08 +04:00
.eslintrc.json Dev: silence eslint warnings for unused vars 2017-07-05 19:18:25 -05:00
.flowconfig make flow work with aliasing 2017-05-25 02:39:58 +04:00
.gitignore add .idea to gitignore 2017-04-12 00:01:39 -05:00
.travis.yml travis: trusty image 2017-07-04 20:46:31 +04:00
LICENSE Initial commit 2016-12-04 02:35:28 +01:00
README.md readme tweaks to remove boilerplate-specific config 2017-04-26 22:59:16 -05:00
package.json move bity getRates to saga (#35) 2017-07-07 21:00:09 -05:00

README.md

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