Go to file
André Neves 84df504703
Merge pull request #72 from andrerfneves/feature/transactions-infinite-loader
Feature/transactions infinite loader
2019-02-16 18:43:21 -05:00
.circleci lint(import): remove default exports 2019-01-29 12:36:13 -03:00
__tests__ feat(loading-screen): add status message in loading screen 2019-02-13 12:44:14 -03:00
app Merge branch 'feature/transactions-infinite-loader' of github.com:andrerfneves/zcash-reference-wallet into feature/transactions-infinite-loader 2019-02-14 11:07:31 -03:00
bin chore(zcashd): create zcash.conf if not exists on startup 2019-02-11 12:22:16 -03:00
build-assets chore: update zec-wallet icon 2019-01-07 14:20:33 -03:00
config chore: general code cleanup 2019-02-04 23:41:45 -05:00
flow-custom-typedefs chore(transactions): use lodash.uniqby instead of uniq 2019-02-13 15:27:36 -03:00
public type(styled): add theme as default prop in interpolations 2019-02-07 13:31:59 -03:00
services feat(shielded): add pagination in listShieldedTransactions 2019-02-12 13:49:37 -03:00
utils chore: general code cleanup 2019-02-04 23:41:45 -05:00
.babelrc hotfix: add electron-compiler 2019-01-03 13:55:52 -03:00
.env.example
.eslintignore type(libs): add custom typedefs 2019-01-28 21:33:23 -03:00
.eslintrc lint(import): add import/no-default-export rule 2019-01-29 12:31:53 -03:00
.flowconfig type(styled): add theme as default prop in interpolations 2019-02-07 13:31:59 -03:00
.gitignore
CODE_OF_CONDUCT.md
DEVELOPMENT_WORKFLOW.md
LICENSE.md chore: bump version and license date update 2019-01-10 22:50:54 -05:00
NODE.md
README.md docs(readme): add coverage badge 2019-01-29 20:39:48 -03:00
coverage.json type(libs): add new typedefs 2019-01-29 19:18:06 -03:00
doczrc.js feature: add fonts on docz 2019-01-10 14:50:27 -03:00
package.json chore(transactions): use lodash.uniqby instead of uniq 2019-02-13 15:27:36 -03:00
yarn.lock chore(transactions): use lodash.uniqby instead of uniq 2019-02-13 15:27:36 -03:00

README.md

Zcash Reference Wallet

Reference Wallet for the Zcash Network

CircleCI Flow Coverage

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