"Particl is an open source project that aims to restore the balance of privacy on the internet."
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
.
git clone https://github.com/particl/particl-desktop
cd particl-desktop
npm install
- Run
ng serve
to start the dev server. - Run
npm run start:electron:dev -- -testnet -debug
to start the electron application. Daemon will be updated and launched automatically.
- Run
ng serve
. Daemon will not launch automatically. - Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.
You can directly interact with the daemon ran by the Electron version.
./particl-cli -testnet getblockchaininfo
npm run start:electron:fast
- disables debug messages for faster startup
npm run package:win
- Windowsnpm run package:mac
- OSXnpm run package:linux
- Linux
Join us in #particl-dev:matrix.org on riot