helgabutters 88c5138c27 fix(update-docs): Added advanced section and clearer wording 7 years ago
.vscode first commit 8 years ago
app fix(filter-over-modal): Add z-index to open ReactModal Overlay 7 years ago
flow-typed first commit 8 years ago
internals fix(lints): Manually fix some trivial lints 7 years ago
resources fix(lnd): remove lnd 7 years ago
test Merge pull request #160 from Empact/enhance/lints 7 years ago
.babelrc enhance(dependencies): Drop node 7 support 7 years ago
.editorconfig first commit 8 years ago
.eslintignore Merge pull request #160 from Empact/enhance/lints 7 years ago
.eslintrc fix(eslint-promise): Enable the recommended eslint-plugin-promise config 7 years ago
.flowconfig fix(flow): Exclude app/node_modules from flow checks 7 years ago
.gitattributes Disables text treatment of binary resources 7 years ago
.gitignore fix(gitignore): ignore resources/bin 7 years ago
.stylelintrc first commit 8 years ago
.travis.yml enhance(ci): Test on node 8 and the lastest stable release 7 years ago
ADVANCED.md fix(update-docs): Added advanced section and clearer wording 7 years ago
CONTRIBUTING.md fix(update-docs): Update README and CONTRIBUTING docs 7 years ago
LICENSE first commit 8 years ago
README.md fix(update-docs): Added advanced section and clearer wording 7 years ago
appveyor.yml first commit 8 years ago
package.json fix(name): change name from ZapDesktop to Zap 7 years ago
webpack.config.base.js Removes unused code, adds proper semicolon rule and reduces lint errors 7 years ago
webpack.config.eslint.js Removes unused code, adds proper semicolon rule and reduces lint errors 7 years ago
webpack.config.main.prod.js Removes unused code, adds proper semicolon rule and reduces lint errors 7 years ago
webpack.config.renderer.dev.dll.js Removes unused code, adds proper semicolon rule and reduces lint errors 7 years ago
webpack.config.renderer.dev.js fix(lints): Manually fix some trivial lints 7 years ago
webpack.config.renderer.prod.js Removes unused code, adds proper semicolon rule and reduces lint errors 7 years ago
yarn.lock fix(browserslist): Fix that browserslist was configured but not installed 7 years ago

README.md

screenshot
Zap

Zap is a free Lightning Network wallet focused on user experience and ease of use, with the overall goal of helping the cryptocurrency community scale Bitcoin and other cryptocurrencies.

The UI for Zap is created using Electron + React + Redux.

We have an active slack channel where you can join the discussion on development, design and product.

Installing

Note: If you would like to use a full bitcoin node, please see the advanced usage page.

Download the latest release for your appropriate OS and follow the instructions below.

macOS

Once you have the .dmg file downloaded, double click on the file the mount the image.

Then drag-and-drop the Zap.app to Applications.

Finally, open Zap.app

Windows

Once you have the .exe file downloaded, simply double click on the file.

Linux (.deb)

Once you have the .deb file downloaded, you will need to install the package with dpkg:

dpkg -i zap-desktop_0.0.1_amd64.deb

If this is your first time installing zap, you may have some unmet dependencies. This can be resolved with the following command:

apt-get update && apt-get -f install

To run Zap you can either navigate through the GUI or run the following command:

zap-desktop

Linux (AppImage)

Once you have downloaded the .AppImage file, you will need to navigate to the download directory and make it executable:

chmod +x zap-desktop_0.0.1_amd64.AppImage

Then you can simply run the file:

./zap-desktop_0.0.1_amd64.AppImage

Contributing

Please see the contributing guide.

Q & A (Quality and Assurance)

A good product not only has good software tests but also checks the quality of the UX/UI. Putting ourselves in the shoes of a user is a very important design principle of Zap.

If you are having problems with Zap, please report the issue with screenshots and/or how to reproduce the bug/error.

Supported Operating Systems

  • Mac
  • Windows
  • Linux

Example User Stories

User wants to connect to a peer

User wants to open a channel

User wants to create a payment request

User wants to make a payment