https://github.com/argosopentech/bch-desktop-wallet

Bitcoin Cash Wallet for the Linux Desktop

https://github.com/argosopentech/bch-desktop-wallet

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Bitcoin Cash Wallet for the Linux Desktop

Basic Info
  • Host: GitHub
  • Owner: argosopentech
  • License: mit
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 59.6 KB
Statistics
  • Stars: 3
  • Watchers: 2
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Created over 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

BCH-Desktop-Wallet (Beta)

Bitcoin Cash Wallet for the Linux Desktop

BCH Logo

This desktop Bitcoin Cash wallet is built in Python using PyQt and the bitcash library.

Features

  • Create a wallet
  • Send and receive payment on the Bitcoin Cash blockchain
  • Non-custodial
  • Open Source (MIT)
  • Easy to customize
  • Uses the PyQt application framework
  • Create QR codes

Quickstart

git clone https://github.com/argosopentech/BCH-Desktop-Wallet.git cd BCH-Desktop-Wallet virtualenv env source env/bin/activate pip install -e . bch-desktop-wallet

Warning

This application has not been extensively tested. Do not use it for large amounts of Bitcoin Cash.

Donate

bitcoincash:qzvpxe8y5kq45kahqkyv3p88sjrhlymj2v6xdrj3cv

Owner

  • Name: Argos Open Tech
  • Login: argosopentech
  • Kind: user
  • Location: Ithaca, NY

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 2
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • argosopentech (1)
Pull Request Authors
Top Labels
Issue Labels
enhancement (1) help wanted (1) good first issue (1)
Pull Request Labels

Dependencies

requirements.txt pypi
  • PyQt5 *
  • bitcash *
setup.py pypi