Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 977 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 977 Bytes

Stratis++

This is an official C++ SDK for Stratis Blockchain Platform.

If you are looking for a plugin for Unreal Engine, check this repository.

Components reference

  • StratisManager - is an entry-point class for any interaction with Stratis Blockchain. It contains all necessary functions for building and sending transactions, interaction with smart contracts etc.
  • blockchain/ - contains Stratis-specific code (mainly smart contracts interaction logic).
  • engine/ - blockchain engine based on Trust Wallet Core project.
  • lightweightapi/ - contains auto-generated wrappers for HTTP API calls.
  • pplx/ - contains some utilities for Concurency API.
  • trezor/ - cryptography engine based on Trezor project

Examples

Please check demo project (demo/ folder) for more details.