Introduction
Last updated
Last updated
As using , which are both still in development, so there are limited functionality now.
Cureently, please use ECDSA keys only
docker build --build-arg SSH_PRIVATE_KEY="$(cat ~/.ssh/id_ecdsa)" -t blade-demo-image .
In demo app used TerminalUI lib: https://github.com/ArthurSonzogni/FTXUI
In this app used basic components from FTXUI. App contains three tabs, menu, buttons and inputs. Some demodata present to demonstrate some functions quickly. At the bottom of UI there is Output section, with execution time in ms an serialized output. Also at the end of main() there are some more examples commented out, please check
Please check how to add cpp-blade sdk
Also please check CMakePresets.json
file.