greenaddress / WalletElectron

The GreenAddress wallet for Windows/Mac/Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status: Build Status

Dependencies

For Debian Stretch see contrib/stretch.deps.sh

In general you will need node, yarn, python, make, swig and the build tools required by https://github.com/ElementsProject/libwally-core

How to build

See .travis.yml and .gitlab-ci.yml for the most up to date build configuration. In general, once you have satisfied the dependencies you should only need to:

For TESTNET run ./prepare.sh testnet

For MAINNET run ./prepare.sh mainnet

For TESTNET DEVELOPMENT run ./prepare.sh testnet development

For MAINNET DEVELOPMENT run ./prepare.sh mainnet development

Pull requests

Before making a pull request for WalletElectron check if what you want to modify is present in https://github.com/greenaddress/GreenAddressWebFiles - if it is then you should do the PR there.

About

The GreenAddress wallet for Windows/Mac/Linux

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 72.1%Language:Shell 16.7%Language:Batchfile 7.8%Language:HTML 1.6%Language:CSS 0.9%Language:Dockerfile 0.8%