Official ProximaX Sirius Blockchain SDK Library in C++.
Following variables can be used to control build process:
Prepare build with following instructions:
mkdir build
cd build
cmake ..
make -j 4
make install
You can open cpp-xpx-chain-sdk.sln file with VS and build from its GUI or use Microsoft Build Engine:
msbuild.exe /p:Configuration=Release ALL_BUILD.vcxproj
msbuild.exe INSTALL.vcxproj
Use the following command to find shared or static version of XPX-CHAIN SDK library:
find_package(cpp-xpx-chain-sdk)
or
find_package(cpp-xpx-chain-sdk-static)
XPX-CHAIN SDK package config exports the following target in _XPXCHAIN:: namespace:
You can also use this variables (not recommended):
We'd love to get more people involved in the project. Please feel free to raise issue or PR and we'll review your contribution.
Project is licensed under Apache License Version 2.0. See LICENSE file for details.
Copyright (c) 2019 ProximaX Limited