Introduction
Last updated
Last updated
As Blade-cpp SDK using https://github.com/hashgraph/hedera-sdk-cpp, which still in development there are limited functionality now. Please use ECDSA keys only.
Windows
Linux
MacOS
Also there is example app using this SDK, please check: https://github.com/Blade-Labs/cpp-blade-demoapp
Check example app CMakeLists.txt
Add SDK project as git submodule
git submodule add git@github.com:Blade-Labs/cpp-blade.git libraries/blade-cpp
Add block to CMakeLists.txt
Run commands
The above steps are the basic ones required to set up Blade-cpp SDK. However, there are other configuration options that you may want to explore depending on your use case. You can find more information in the documentation or in demoapp