You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Tom Kirkpatrick bf06a5be33
build(babel): ensure used env presets are enabled
6 years ago
.github feat(github): add github issue templates 6 years ago
.storybook style(storybook): reorganise and tidy up storybook 6 years ago
.vscode first commit 7 years ago
app fix(wallet): load suggested nodes on Root mount 6 years ago
flow-typed first commit 7 years ago
internals fix(ticker): use Coinbase API to fetch fiat ticker 6 years ago
resources feat(lnd): update lnd to v0.5-beta-247-g68d96488 6 years ago
stories fix(ticker): use Coinbase API to fetch fiat ticker 6 years ago
test Merge pull request #921 from mrfelton/losh11/coinbase 6 years ago
.commitlintrc build(lint): validate commit message format 6 years ago
.editorconfig first commit 7 years ago
.eslintignore feat(ui): add storybook 6 years ago
.eslintrc.js chore(deps): update devtools (webpack, eslint etc) 6 years ago
.flowconfig feat(ui): add storybook 6 years ago
.gitattributes Disables text treatment of binary resources 7 years ago
.gitignore feat(ui): add storybook 6 years ago
.huskyrc style(husky hooks): drop opt --in from husky hooks 6 years ago
.lintstagedrc build(lint): lint/format in git pre-commit hook 6 years ago
.prettierignore feat(ui): add storybook 6 years ago
.prettierrc style(line length): Drop prettier line length from 120 to 100 6 years ago
.stylelintignore style(global): update general styles 6 years ago
.stylelintrc feat(ui): add storybook 6 years ago
.svgrrc refactor: regenerate icons with unique ids 6 years ago
.travis.yml Revert "Merge pull request #790 from mrfelton/ci/streamline-build-per-env" 6 years ago
ADVANCED.md feat(lnd): require explicit connection config 6 years ago
CONTRIBUTING.md style(husky hooks): drop opt --in from husky hooks 6 years ago
LICENSE docs: improve documentation 6 years ago
README.md docs(readme): update contributors list 6 years ago
appveyor.yml Revert "Merge pull request #790 from mrfelton/ci/streamline-build-per-env" 6 years ago
babel.config.js build(babel): ensure used env presets are enabled 6 years ago
crowdin.yml feat(i18n): crowin integration 6 years ago
package.json Merge pull request #960 from LN-Zap/renovate/eslint-plugin-jest-22.x 6 years ago
renovate.json Add renovate.json 6 years ago
yarn.lock Merge pull request #960 from LN-Zap/renovate/eslint-plugin-jest-22.x 6 years ago

README.md

Zap

screenshot

Lightning wallet focused on user experience and ease of use

dependencies Status Coverage Status Build Status Build status GitHub license

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.

Table of Contents

Security

If you discover or learn about a potential error, weakness, or threat that can compromise the security of Zap, we ask you to keep it confidential and submit your concern directly to the Zap security team.

Install

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

macOS

Once you have the .tar.gz file downloaded, simply double click on the file to unzip.

Navigate to the newly extracted folder, then drag-and-drop the Zap.app file to the Applications folder.

Unmount the image and navigate to Applications folder.

Finally, double click on the Zap.app file.

Windows

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

Linux

Once you have the .zip file downloaded, simply double click the file to unzip or run the following command:

unzip file.zip

You have the option to either install Zap through the .deb or .AppImage files.

.deb File

Once you have the .deb file extracted, you can install Zap by double clicking on the file or through the dpkg command:

sudo dpkg -i file.deb

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

sudo apt-get -f install

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

zap-desktop

.AppImage File

Once you have the .AppImage file extracted, you can either double click the file or by running in the cli:

./file.AppImage

Advanced Usage

If you would like to install from source, run a full bitcoin node, or connect to a custom lnd instance please see the advanced usage page.

Get Help

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

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.

Maintainers

Contribute

Hey! Do you like Zap? Awesome! We could actually really use your help!

Open source isn't just writing code. Zap could use your help with any of the following:

  • Finding (and reporting!) bugs
  • New feature suggestions
  • Answering questions on issues
  • Documentation improvements
  • Reviewing pull requests
  • Helping to manage issue priorities
  • Fixing bugs/new features

If any of that sounds cool to you, feel free to dive in! Open an issue or submit a pull request.

If you would like to help contribute to the project, please see the Contributing Guide

This project exists thanks to all the people who contribute.

JimmyMowEmpactmrfeltonjackmallersodb366VonIobrojoaodealmeidahelgabutterspajaseviDataCourierjimpoNahomAgidewasoltystbloncarwaseem999dfattlarjtarredimitris-tkaloudisthinkjanisn41r0jwraithmfresheneeszfunyugjamaljsrterencechow

License

This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. See LICENSE for more information.

MIT © Jack Mallers