Skip to content

Latest commit

 

History

History
executable file
·
53 lines (40 loc) · 1.28 KB

README.md

File metadata and controls

executable file
·
53 lines (40 loc) · 1.28 KB

PROSUS MONEY

Prosus Money is a cryptocurrency for R&D, founded in Chile in 2015. It stands out for its constant evolution and adaptation to the new needs of its user community.

The Prosus Money ticker symbol is xPR or PROSUS .


💾 Build on Debian/Ubuntu (for other OS, see: BUILD.md )

Dependencies

(sudo)
apt-get update
apt-get upgrade
apt-get install build-essential git cmake libboost-all-dev qt5-default
git clone https://github.com/ProsusCorp/prosus.money.git prosus

GUI version (graphic user interface)

cd prosus
mkdir build && cd build
cmake ..
make

CLI version (console)

cd prosus && cd cli
mkdir build && cd build
cmake ..
make

⭐ Official web sites

👪 Community