{"id":18519789,"url":"https://github.com/proximax-storage/cpp-xpx-chain-sdk","last_synced_at":"2026-03-06T15:03:50.700Z","repository":{"id":38257964,"uuid":"184464230","full_name":"proximax-storage/cpp-xpx-chain-sdk","owner":"proximax-storage","description":"ProximaX Sirius-Chain C++ SDK","archived":false,"fork":false,"pushed_at":"2025-03-21T16:55:43.000Z","size":763,"stargazers_count":2,"open_issues_count":5,"forks_count":1,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-10T02:47:43.089Z","etag":null,"topics":["blockchain","chain","cpp","sdk","sirius-chain","xpx"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proximax-storage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-01T18:44:03.000Z","updated_at":"2021-02-04T18:20:20.000Z","dependencies_parsed_at":"2024-04-26T01:30:33.563Z","dependency_job_id":"09ff1a62-428a-4995-be68-b289e235fd40","html_url":"https://github.com/proximax-storage/cpp-xpx-chain-sdk","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/proximax-storage/cpp-xpx-chain-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fcpp-xpx-chain-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fcpp-xpx-chain-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fcpp-xpx-chain-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fcpp-xpx-chain-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proximax-storage","download_url":"https://codeload.github.com/proximax-storage/cpp-xpx-chain-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proximax-storage%2Fcpp-xpx-chain-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30182686,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","chain","cpp","sdk","sirius-chain","xpx"],"created_at":"2024-11-06T17:17:25.891Z","updated_at":"2026-03-06T15:03:50.684Z","avatar_url":"https://github.com/proximax-storage.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\n# cpp-xpx-chain-sdk\n\nOfficial ProximaX Sirius Blockchain SDK Library in C++.\n\n## Prerequisites ##\n\n* C++ compliler with C++17 support\n* CMake 3.8 or higher\n* [Conan](https://conan.io)\n\n## Common notes ##\n\nFollowing variables can be used to control build process:\n* XPX_CHAIN_SDK_BUILD_STATIC - build static version of library (default - OFF)\n* XPX_CHAIN_SDK_BUILD_TESTS - set to ON if you want to build tests (default - OFF)\n* XPX_CHAIN_SDK_BUILD_EXAMPLES - set to ON if you want to build the example programs (default - OFF)\n* other well-known CMake variables (CMAKE_INSTALL_PREFIX, CMAKE_BUILD_TYPE, etc.)\n\n## Building ##\n\nPrepare build with following instructions:\n\n```\nmkdir build\ncd build\ncmake ..\n```\n\n### Building with *nix Make ###\n\n```\nmake -j 4\nmake install\n```\n\n### Building with Visual Studio ###\n\nYou can open _cpp-xpx-chain-sdk.sln_ file with VS and build from its GUI or use Microsoft Build Engine:\n```\nmsbuild.exe /p:Configuration=Release ALL_BUILD.vcxproj\nmsbuild.exe INSTALL.vcxproj\n```\n\n## Usage ##\n\nUse the following command to find shared or static version of XPX-CHAIN SDK library:\n```\nfind_package(cpp-xpx-chain-sdk)\n```\nor\n```\nfind_package(cpp-xpx-chain-sdk-static)\n```\n\nXPX-CHAIN SDK package config exports the following target in _XPX_CHAIN::_ namespace:\n* xpxchaincpp\n\nYou can also use this variables (not recommended):\n* cpp-xpx-chain-sdk_INCLUDE_DIR\n* cpp-xpx-chain-sdk_LIBRARY\n\n## Core Contributors\n + [@pananton13](https://github.com/pananton13)\n + [@vulfke482](https://github.com/vulfke482)\n + [@eugene-babichenko](https://github.com/eugene-babichenko)\n \n## Contribution ##\n\nWe'd love to get more people involved in the project. Please feel free to [raise issue](https://github.com/proximax-storage/cpp-xpx-chain-sdk/issues/new) or PR and we'll review your contribution.\n    \n## License ##\n\nProject is licensed under Apache License Version 2.0. See [LICENSE](https://github.com/proximax-storage/cpp-xpx-chain-sdk/blob/master/LICENSE) file for details.\n\n\u003cp align=\"right\"\u003e\u003ci\u003e\u003csub\u003eCopyright (c) 2019 ProximaX Limited\u003c/sub\u003e\u003c/i\u003e\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximax-storage%2Fcpp-xpx-chain-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproximax-storage%2Fcpp-xpx-chain-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproximax-storage%2Fcpp-xpx-chain-sdk/lists"}