A simple command-line application for trading with fake cryptocurrencies
Currently, there is no password encryption and all data is saved locally in SQLite3 database
You will need to have cmake or make installed to do this
To build with cmake:
mkdir bin
cd bin
cmake ..
cmake --build .
To build with make(won't work on some platforms):
make all