The IXO Spatial Web Multiclient SDK provides a comprehensive set of tools for interacting with the IXO blockchain. It offers test helper functions and modules for managing various aspects of the blockchain, including authorization, bonds, claims, entities, liquid staking, smart accounts, and token operations.

Common Patterns

The SDK follows consistent patterns for blockchain interactions:

  1. Create a client instance
  2. Get user accounts/addresses
  3. Construct message with appropriate type URL
  4. Sign and broadcast transaction
  5. Return response

Dependencies

The SDK relies on several key dependencies:

  • Cosmos SDK
  • IXO blockchain modules
  • Long
  • base58
  • Various crypto and encoding utilities

For detailed API documentation and examples, refer to the Multiclient SDK Module Reference.