SDK Architecture
Solduino SDK is organized as composable modules exposed through solduino.h.
Layers
- Network:
RpcClientfor JSON-RPC calls over HTTPS. - Identity:
Keypairand crypto helpers for keys and signatures. - Transactions:
Instruction,Message, andTransaction. - Encoding:
TransactionSerializerandBase64. - Program helpers:
SystemProgram,TokenProgram, PDA utilities.
Data Flow
Source of Truth
Use these files when validating behavior:
sol/solduino.hsol/rpc_client.hsol/transaction.hsol/serializer.hsol/programs.h
Last updated on