# Zcash Reference Wallet Reference Wallet for the Zcash Network ## Stack Information - [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-Dev-Server](https://webpack.github.io/docs/webpack-dev-server.html): development server - [Babel](http://babeljs.io/): ES6/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 ``` ## Webpack Bundle Analysis To visualize the bundle size of your application ```bash yarn analyze ``` ## License © Zcash Foundation 2018