Skip to main content

SDK Classes

The MicroSui SDK is a higher-level abstraction layer built on top of the MicroSui Core C APIs. While the Core layer exposes low-level, portable C functions designed to run on virtually any microcontroller, the SDK introduces an object-style programming model implemented in pure C (using structs + function pointers), inspired by modern OO SDKs such as Mysten Labs’ TypeScript SDK.