All Projects → particl → Particl Desktop

particl / Particl Desktop

Licence: gpl-2.0
The GUI application for Particl Markeplace and PART coin wallet. A decentralized peer to peer marketplace –free, secure, private, untraceable.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Particl Desktop

Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+25.95%)
Mutual labels:  blockchain, cryptocurrency, dapp, p2p, decentralized
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+37.4%)
Mutual labels:  blockchain, cryptocurrency, dapp, p2p, decentralized
Conceal Core
Conceal Core - Daemon & Wallets (CLI)
Stars: ✭ 72 (-45.04%)
Mutual labels:  blockchain, cryptocurrency, p2p, privacy, decentralized
Gun
An open source cybersecurity protocol for syncing decentralized graph data.
Stars: ✭ 15,172 (+11481.68%)
Mutual labels:  blockchain, dapp, p2p, decentralized
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+5372.52%)
Mutual labels:  blockchain, cryptocurrency, p2p, decentralized
Firo
The privacy-focused cryptocurrency
Stars: ✭ 528 (+303.05%)
Mutual labels:  blockchain, cryptocurrency, p2p, privacy
Monero
Monero: the secure, private, untraceable cryptocurrency
Stars: ✭ 6,503 (+4864.12%)
Mutual labels:  blockchain, cryptocurrency, p2p, privacy
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-34.35%)
Mutual labels:  blockchain, cryptocurrency, p2p, privacy
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-60.31%)
Mutual labels:  blockchain, dapp, decentralized
Blockchain Cli
⛓️ A minimal blockchain command-line interface.
Stars: ✭ 1,075 (+720.61%)
Mutual labels:  blockchain, cryptocurrency, cryptocurrencies
Bitcoin.org
Bitcoin.org Website
Stars: ✭ 1,090 (+732.06%)
Mutual labels:  blockchain, cryptocurrency, p2p
Dawn
global hosting, financial automation, server-less web components
Stars: ✭ 40 (-69.47%)
Mutual labels:  blockchain, p2p, decentralized
Disperse
React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain
Stars: ✭ 36 (-72.52%)
Mutual labels:  blockchain, dapp, decentralized
Cryptoroulette
CryptoRoulette
Stars: ✭ 56 (-57.25%)
Mutual labels:  blockchain, cryptocurrency, cryptocurrencies
Enigma P2p
The Enigma Worker Peer-to-Peer (P2P) package written in Node.js based on libp2p-js
Stars: ✭ 31 (-76.34%)
Mutual labels:  blockchain, p2p, decentralized
Snax
Decentralized Social Media Overlay
Stars: ✭ 18 (-86.26%)
Mutual labels:  blockchain, cryptocurrency, dapp
Mobidex
Mobile trustless trading through Uniswap
Stars: ✭ 61 (-53.44%)
Mutual labels:  cryptocurrency, dapp, decentralized
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-51.91%)
Mutual labels:  blockchain, cryptocurrency, dapp
Covenantsql
A decentralized, trusted, high performance, SQL database with blockchain features
Stars: ✭ 1,148 (+776.34%)
Mutual labels:  blockchain, p2p, decentralized
Onionr
Private Decentralized Communication Network 🎭 🧅
Stars: ✭ 84 (-35.88%)
Mutual labels:  p2p, privacy, decentralized

Platform:Windows Platform:macOS Platform:Linux

Particl Desktop

Particl Desktop 3.0 Preview

Download Wallet Official website Lastest news Project wiki

Table of Contents

About

Particl is an open source project that aims to restore the balance of privacy on the internet

Particl Desktop is our feature-rich flagship client, recommended for most users for interacting with Particl 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

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

Contribute

Snyk Build Status Coverage Status Code Climate Greenkeeper badge

Developers Chat

Join our open developers chat #particl-dev:matrix.org with Element (formerly Riot) for more info and/or assistance.

Keep in mind that the development currently happens on a private fork of this repo.

Community Chat

Join our multilingual, open community chat https://discord.me/particl Discord with Discord.

Socialmedia

Twitter Follow Subreddit subscribers

Requirements

Installation

Clone the repo & fetch dependencies:

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

Development

Note: most recent development happens on dev branch

In 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 (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

  • 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:

OS path
Linux ~/.particl-market/testnet/03/
Windows %APPDATA%/Particl Market/testnet/03/
macOS ~/Library/Application Support/particl-market/testnet/03/

Other issues

See our Particl Wiki for most common problems or join #particlhelp:matrix.org on Element for community help.

Licence

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].