Bitcoin full node as a C++17 library
Installing the library is as simple as:
- Install and configure the Knuth build helper:
$ pip install kthbuild --user --upgrade
$ conan remote add kth https://api.bintray.com/conan/k-nuth/kth
- Install the appropriate library:
$ conan install node/0.X@kth/stable
For more more detailed instructions, please refer to our documentation.
This library can be used stand-alone, but it is probably convenient for you to use one of our main projects, look over here.
Each of our modules has its own Github repository, but in case you want to create an issue, please do so in our main repository.