A crypto CEX feed data visualization tool in C++ for fun
- Boost libraries
- OpenSSL
cpp-httplib
Install dependencies using Homebrew:
brew install boost openssl cmake
Install dependencies using apt:
sudo apt install -y \
libboost-all-dev \
libssl-dev \
nlohmann-json3-dev \
build-essential \
cmake \
git
Here are the example build commands for Linux and macOS:
mkdir build && cd build
cmake ..
make -j$(nproc)
# start the bot with:
./cbot
- Windows platform is not supported, please use Docker to build and run
cbot
on Windows.
docker build . -t cbot
docker run -it -p 18080:18080 cbot
Live Chart Web Server:
http://localhost:18080/
Log path:
~/.local/share/cbot/logs/cbot.log