Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfonsobries/wallet

A desktop wallet with support for multiple assets and platforms
https://github.com/alfonsobries/wallet

Last synced: about 1 month ago
JSON representation

A desktop wallet with support for multiple assets and platforms

Awesome Lists containing this project

README

        

# Payvo Wallet

![Payvo Wallet](./banner.png)

[![Build Status](https://badgen.now.sh/github/status/PayvoHQ/wallet)](https://github.com/PayvoHQ/wallet/actions?query=branch%3Adevelop)
[![Latest Version](https://badgen.now.sh/github/release/PayvoHQ/wallet)](https://github.com/PayvoHQ/wallet/releases)
[![License: MIT](https://badgen.now.sh/badge/license/MIT/green)](https://opensource.org/licenses/MIT)

> Lead Maintainer: [Brian Faust](https://github.com/faustbrian)

## Download

[Latest Release](https://github.com/PayvoHQ/wallet/releases/latest)

## Installing via Package Managers

### Arch Linux

Install via [AUR](https://aur.archlinux.org/packages/payvo-wallet):

> Manjaro

```shell
pamac build payvo-wallet
```

### Mac OS X

Install via [Homebrew](https://brew.sh/):

```shell
brew install --cask payvo-wallet
```

## Translations

Translations are no longer accepted for the Desktop Wallet. We are using plugins to provide languages.

## Development

### Requirements

#### Ubuntu

In Ubuntu the development files of `libudev` are necessary:

```
sudo apt-get install libudev-dev libusb-1.0-0-dev
```

#### Windows

- Python 2.7
- Visual Studio 2017

#### Node 12

To download, head over to [here](https://nodejs.org/en/) and download Node 12.

If you already have npm installed, you can run

```
npm install -g n
sudo n 12
```

#### Yarn

Install the Yarn dependency manager

```
npm install -g yarn
```

### Commands

List of commands

```bash
# Install dependencies
yarn install

# Execute the electron application. Making changes in the code, updates the application (hot reloading).
yarn dev

# Execute the browser version application. Making changes in the code, updates the application (hot reloading) good for designing :3.
yarn start

# Runs linter over the files
yarn lint

# Try to automatically fix lint errors
yarn lint:fix

# Builds the production code for the react application
yarn build

# Build and electron application for production (Mac)
yarn build:mac

# Build and electron application for production (Linux)
yarn build:linux

# Build electron application for production (Windows - x32 and x64)
yarn build:win

# Run the default test switch in default watch mode
yarn test

# Run unit tests and generate and display the coverage report
yarn test:coverage
```

## Security

If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

## Credits

This project exists thanks to all the people who [contribute](../../contributors).

## License

[MIT](LICENSE) © [Payvo](https://payvo.com)