zepio/README.md

38 lines
1.4 KiB
Markdown
Raw Normal View History

2019-03-27 19:29:01 -07:00
# Zepio | ZEC Wallet
2018-11-23 10:41:50 -08:00
2019-03-27 19:29:01 -07:00
Zepio is a modern cross-platform full-node desktop wallet for the Zcash Network.
2018-11-23 10:41:50 -08:00
2019-01-29 15:39:48 -08:00
[![CircleCI](https://circleci.com/gh/andrerfneves/zec-react-wallet.svg?style=svg&circle-token=abde48de664026a5d03d4b806c904c8ce5e45aa0)](https://circleci.com/gh/andrerfneves/zec-react-wallet) ![Flow Coverage](./public/flow-coverage-badge.svg)
2018-11-23 10:41:50 -08:00
## Stack Information
2018-11-23 14:51:43 -08:00
- [Electron](https://github.com/electron/electron): desktop application builder
2018-11-23 10:41:50 -08:00
- [React](https://facebook.github.io/react/): UI view layer
- [Redux](http://redux.js.org/): predictable state container
- [Webpack](http://webpack.github.io/): module bundler
2018-11-23 14:51:43 -08:00
- [Webpack Development Server](https://webpack.github.io/docs/webpack-dev-server.html): development server
- [Babel](http://babeljs.io/): ES7/JSX transpilling
2018-11-23 10:41:50 -08:00
- [ESLint](http://eslint.org/): code rules and linting
- [React Router](https://github.com/reactjs/react-router): routing solution for react
2018-11-30 08:13:18 -08:00
- [Styled Components](https://www.styled-components.com/): visual primitives for theming applications
2018-11-23 10:41:50 -08:00
## Installation
```bash
yarn install
```
## Development
2018-11-30 08:13:18 -08:00
To run the application you simply need to run
2018-11-23 10:41:50 -08:00
```bash
2018-11-28 16:55:26 -08:00
yarn start
2018-11-23 10:41:50 -08:00
```
2018-11-30 08:13:18 -08:00
This will kickstart the webpack development server and serve the app on port 8080, as well as launch the Electron wrapper for the application, which houses the `zcashd` daemon process.
2018-11-23 10:41:50 -08:00
## License
2019-03-27 19:29:01 -07:00
MIT © Zcash Foundation 2019