Skip to content

Latest commit

 

History

History

cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

C++

C++ support for this workshop is currently limited. The included bitcoinkernel_wrapper.h provides a C++ native wrapper for libbitcoinkernel.

After completing main.cpp based on the Python workshop, you can use the provided CMakeLists.txt to compile the project with cmake.

cd cpp
cmake -B build
cmake --build build