zepio/README.md

32 lines
799 B
Markdown

# Zcash Reference Wallet
Reference Wallet for the Zcash Network
## Stack Information
- [Electron](https://github.com/electron/electron): desktop application builder
- [React](https://facebook.github.io/react/): UI view layer
- [Redux](http://redux.js.org/): predictable state container
- [Webpack](http://webpack.github.io/): module bundler
- [Webpack Development Server](https://webpack.github.io/docs/webpack-dev-server.html): development server
- [Babel](http://babeljs.io/): ES7/JSX transpilling
- [ESLint](http://eslint.org/): code rules and linting
- [React Router](https://github.com/reactjs/react-router): routing solution for react
## Installation
```bash
yarn install
```
## Development
To run the application on port 8080
```bash
yarn dev
```
## License
© Zcash Foundation 2018