Introduction

Welcome to CPP Blade SDK

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.

Requirements

Supported platforms

  • Windows

  • Linux

  • MacOS

Example app

Also there is example app using this SDK, please check: https://github.com/Blade-Labs/cpp-blade-demoapp

arrow-up-right

Install

Check example app CMakeLists.txtarrow-up-right

  1. Add SDK project as git submodule

    git submodule add [email protected]:Blade-Labs/cpp-blade.git libraries/blade-cpp

  2. Add block to CMakeLists.txt

  1. 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 demoapparrow-up-right

Last updated