particl / particl-desktop

The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.
https://particl.io
GNU General Public License v2.0
176 stars 89 forks source link
angular angular-cli blockchain cryptocurrencies cryptocurrency d-commerce dapp decentralized e-comm e-commerce gui html5 marketplace p2p p2p-marketplace particl privacy private-market security

Platform:Windows Platform:macOS Platform:Linux

Particl Desktop

Particl Desktop 3.0 Preview

Download Wallet Official website Latest news Project wiki

Table of Contents

About

The Particl Project – Striving to protect your rights, freedoms, and privacy.

Particl Desktop is a standalone desktop application that hosts multiple functionalities at once and delivers an easy user-experience when interacting with Particl's services and applications.

Get access to decentralization:

Repositories: Particl Core | Particl Marketplace

Participate

Chats

Twitter Follow Subreddit subscribers

Documentation, installation

For non-developers curious to explore a new world of commerce, binaries can be downloaded and installed. It is the easiest way to get started. Following the guides on Particl Academy is highly recommended. It's the reference book in straightforward language.

Community chat support

Development

Snyk Build Status Coverage Status Code Climate Greenkeeper badge

Requirements

Node.js® v16, git, and yarn

Development install

NB!! Requires access to the private fork of this repo in order to obtain the latest build changes.

Clone the repo & fetch the dependencies:

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

Note: The most recent development happens on the dev branch. Keep in mind that the development currently happens on a private fork of this repo. This repository is the user interface that works in combination with our particl-core.

In the project's folder:

  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 Particl Desktop on testnet (the 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 particl-core daemon

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

./particl-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

Troubleshooting

Development issues

Blockchain syncing stuck

Restart the app with -reindex flag:

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

Other issues

Bug bounties

Particl is a security and privacy oriented project. As such, a permanent bug bounty program is put in place in order to encourage the responsible disclosure of any bug or vulnerability contained within the Particl code and reward those who find them.

Particl Bug Bounty Program

License

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