Skip to content
Tan Xiu Haw edited this page Nov 10, 2023 · 6 revisions

ProximaX Chain SDK for C++

The ProximaX Chain C++ SDK works as a C++ library to interact with the Sirius Blockchain.

Prerequisite

  • C++ compiler with C++17 or above support
  • CMake 3.8 or higher
  • Conan

Network Type

  • Zero - 0
  • Mijin - 0x60
  • Mijin_Test - 0x90
  • Private - 0xC8
  • Private_Test - 0xB0
  • Public - 0xB8
  • Public_Test - 0xA8