Skip to content

dulstack/TradingApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradingApp


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


Compiling

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

About

Simple trading application with SQLite3 library

Resources

License

Stars

Watchers

Forks

Packages

No packages published