zepio/README.md

40 lines
1.1 KiB
Markdown
Raw Normal View History

2018-11-23 10:41:50 -08:00
# Zcash Reference Wallet
Reference Wallet for the Zcash Network
## 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.
## Buiding & Distribution
TBD
2018-11-23 10:41:50 -08:00
## License
2018-11-28 16:55:26 -08:00
© Zcash Foundation 2018