Go to file
George Lima c172e47c4d feature: add TRANSACTIONS_ROUTE 2018-12-11 20:42:50 -03:00
__tests__ hotfix: loadWalletSummarySuccess action test 2018-12-10 21:08:51 -03:00
app feature: add TRANSACTIONS_ROUTE 2018-12-11 20:42:50 -03:00
bin feature: update zcashd windows binary 2018-12-04 18:57:47 -02:00
build-assets hotfix: electron build command 2018-11-26 18:17:57 -03:00
config hotfix: add -addnode=testnet.z.cash in dev daemon 2018-12-07 10:43:36 -03:00
public feature: add font link in public index.html 2018-12-05 15:13:54 -03:00
services feature: load rpc credentials from store 2018-12-07 10:46:03 -03:00
utils hotfix: electron window not displaying on start 2018-11-26 20:34:14 -05:00
.babelrc feature: add eres and setup async-await 2018-12-04 00:33:20 -02:00
.eslintrc lint: remove rule react/destructuring-assignment 2018-12-05 13:04:27 -03:00
.flowconfig test: fix file naming and introduce jest flow types 2018-11-28 23:12:47 -05:00
.gitignore chore: add coverage and flow-typed to .gitignore 2018-11-28 13:11:29 -03:00
CODE_OF_CONDUCT.md docs: adding code of conduct 2018-11-30 23:55:48 -05:00
DEVELOPMENT_WORKFLOW.md docs: upgrading documentation 2018-11-23 14:03:55 -05:00
LICENSE.md docs: upgrading documentation 2018-11-23 14:03:55 -05:00
NODE.md chore: documentation efforts 2018-11-30 11:04:25 -05:00
README.md chore: simple README fix 2018-11-30 11:13:18 -05:00
doczrc.js feature: add htmlContext in doczrc 2018-12-05 15:12:04 -03:00
index.js hotfix: electron build command 2018-11-26 18:17:57 -03:00
package.json feature: add react-icons 2018-12-10 18:23:39 -03:00
yarn.lock feature: add react-icons 2018-12-10 18:23:39 -03:00

README.md

Zcash Reference Wallet

Reference Wallet for the Zcash Network

Stack Information

Installation

yarn install

Development

To run the application you simply need to run

yarn start

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

License

© Zcash Foundation 2018