Go to file
André Neves 0ba7968892
Merge pull request #105 from andrerfneves/bugfix/daemon-mode-startup
Bugfix/daemon mode startup
2019-04-16 23:30:30 -04:00
__mocks__ test(unit): add electron-store mock 2019-04-02 14:59:49 -03:00
__tests__ test(e2e): ensure tests are passing 2019-04-11 18:05:09 -03:00
app refactor: copy change for status pill 2019-04-16 23:20:16 -04:00
bin feat(zcashd): upgrade to 2.0.4 2019-04-02 13:07:50 -03:00
build-assets chore: update zec-wallet icon 2019-01-07 14:20:33 -03:00
config fix(relaunch): increase interval on waitDaemonClose 2019-04-16 00:15:46 -03:00
flow-custom-typedefs chore: settings copy and styles 2019-02-24 16:26:07 -05:00
public fix(app-name): rename to "Zepio" 2019-03-25 17:28:57 -03:00
scripts feat(release): change binaries filenames 2019-04-15 22:12:29 -03:00
services fix(rpc): get rpc config on runtime 2019-04-16 00:17:09 -03:00
utils fix(script): fix clean-store script 2019-04-11 18:03:31 -03:00
.babelrc hotfix: add electron-compiler 2019-01-03 13:55:52 -03:00
.env.example feature: setup dotenv 2018-12-15 18:45:48 -03:00
.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 feature: setup dotenv 2018-12-15 18:45:48 -03:00
CODE_OF_CONDUCT.md docs: adding code of conduct 2018-11-30 23:55:48 -05:00
DEVELOPMENT_WORKFLOW.md chore: docs removal and editting 2019-03-30 17:43:18 -04:00
LICENSE.md chore: bump version and license date update 2019-01-10 22:50:54 -05:00
README.md chore: readme changes 2019-04-16 23:23:02 -04:00
coverage.json type(libs): add new typedefs 2019-01-29 19:18:06 -03:00
doczrc.js chore: readme changes 2019-04-16 23:10:49 -04:00
package.json feat(release): change binaries filenames 2019-04-15 22:12:29 -03:00
yarn.lock feat(codesign): add codesign script 2019-04-09 23:39:47 -03:00

README.md

Zepio | ZEC Wallet

Zepio is a Sapling-enabled shielded-address first Zcash wallet, featuring cross-platform applications (macOS, Windows and Linux), built-in full node with support for mainnet and testnet, as well as dark and light themes.

Flow Coverage

Latest Documentation at https://zepiowallet.com

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.

License

MIT © Zcash Foundation 2019