Skip to content

altbee/bitgreen-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitgreen Desktop

"Bitgreen is an open source project that aims to restore the balance of privacy on the internet."

UI Preview

Table of Contents

About

Bitgreen Desktop is our feature-rich flagship client, recommended for most users for interacting with Bitgreen network.

We provide a decentralized privacy platform with a suite of tools to enhance your online privacy:

  • An anonymous cryptocurrency – send and receive the PART cryptocurrency without revealing the transaction history
  • End-to-end encrypted messaging – communicate in a secure and decentralized manner without revealing your IP address
  • A private marketplace – buy and sell goods without leaving a trace (WIP on market branch)
  • Community governance – anyone can submit proposals to Bitgreen network via decentralized voting & governance (WIP on market branch)

This repository is the user interface that works in combination with our bitgreen-core.

Download

Download the packaged wallet for Mac, Windows and Linux

Contribute

Snyk Build Status Coverage Status Code Climate Greenkeeper badge

For contributing to Bitgreen Desktop, please read our Contributing Guidelines first.

Join us in #bitgreen-dev:matrix.org on Riot for more info and/or assistance.

Getting started

Requirements

Installation

git clone https://github.com/bitgreen/bitgreen-desktop
cd bitgreen-desktop
yarn install

Development

Note: most recent development happens on market branch

  1. Run ng serve to start the dev server and keep it running
  2. In another terminal window, run yarn run start:electron:dev -testnet --devtools to start Bitgreen Desktop on testnet (daemon will be updated and launched automatically)
    • -testnet – for running on testnet (omit for running the client on mainnet)
    • -reindex – reindexes the blockchain (in case you're stuck)
    • --devtools – automatically opens Developer Tools on client launch

Interact with bitgreen-core daemon

You can directly interact with the daemon ran by the Electron version.

./bitgreen-cli -testnet getblockchaininfo

Packaging

Windows-only requirements

Building for Windows requires the 32-bit libraries to be available:

sudo apt-get install gcc-multilib
sudo apt-get install g++-multilib

Packaging commands

  • yarn run package:win – Windows
  • yarn run package:mac – macOS
  • yarn run package:linux – Linux

Troubleshooting

Development issues

Blockchain syncing stuck

Restart the app with -reindex flag:

yarn run start:electron:dev -testnet --devtools -reindex

Marketplace fails to load

Delete marketplace database folder and restart app:

  • Windows: %appdata%\bitgreen-market\testnet\
  • macOS: ~/Library/Application Support/Bitgreen/bitgreen-market/testnet/
  • Linux: ~/.bitgreen-market/testnet/

Other issues

See our Bitgreen Wiki for most common problems or join #bitgreenhelp:matrix.org on Riot for community help.

Licence

Bitgreen Desktop is released under GNU General Public License v2.0.

About

Particl Angular GUI - The source for the Particl GUI.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 53.4%
  • HTML 20.1%
  • JavaScript 13.6%
  • CSS 12.0%
  • Other 0.9%