This repository provides an example of a crypto trading terminal built using FTXUI, a C++ library for terminal-based user interfaces.
- Interactive crypto trading terminal
- Multiple sections: flags, orderbook, barchart, and graph
- Scrollable and focusable UI components
Before you start, ensure you have the following dependencies installed:
- CMake: Version 3.10 or later
- C++17: Compatible compiler (e.g.,
g++
,clang++
) - Git: To clone the repository
Follow these steps to build the project using CMake:
-
Clone the Repository:
git clone https://github.com/pat-RR-ick/ftxui-trading-terminal-example
-
Install:
mkdir build cd build cmake .. make ./home_screen