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 )
(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
cd prosus
mkdir build && cd build
cmake ..
make
cd prosus && cd cli
mkdir build && cd build
cmake ..
make