The official Bitmark SDK for C++
- OpenSSL version 1.1.1+
- CMake version 3.10+
git clone https://github.com/bitmark-inc/bitmark-sdk-cpp.git
cd bitmark-sdk-cpp
mkdir build && cd build
cmake ..
makePlease refer to our SDK Document.
If you encounter a bug with the Bitmark SDK for C++ we would like to hear about it. Search the existing issues and try to make sure your problem doesn’t already exist before opening a new issue. It’s helpful if you include the version of the SDK, compiler and OS you’re using. Please include a stack trace and reduced repro case when appropriate, too.