proximax-storage / cpp-xpx-chain-sdk

ProximaX Sirius-Chain C++ SDK
Apache License 2.0
2 stars 1 forks source link
blockchain chain cpp sdk sirius-chain xpx

License

cpp-xpx-chain-sdk

Official ProximaX Sirius Blockchain SDK Library in C++.

Prerequisites

Common notes

Following variables can be used to control build process:

Building

Prepare build with following instructions:

mkdir build
cd build
cmake ..

Building with *nix Make

make -j 4
make install

Building with Visual Studio

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

Usage

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):

Core Contributors

Contribution

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.

License

Project is licensed under Apache License Version 2.0. See LICENSE file for details.

Copyright (c) 2019 ProximaX Limited