SDKs & Tools
The official SDKs are the fastest way to build a SoDEX integration. Choose the language that matches your application and use the REST reference when you need the exact wire format.
SDK
Package and repository
Coverage
SDKs reduce signing and serialization mistakes, but they do not replace production controls. Keep private keys in a secret manager, coordinate nonces across workers, reconcile ambiguous writes, and reconcile execution updates using account WebSocket events and REST queries.
Production integration
Reconcile account WebSocket events with REST after disconnects or ambiguous writes; the stream alone does not recover missed history.
Last updated