Multiclient SDK
A comprehensive toolkit for interacting with the IXO blockchain and its core modules
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:
- Create a client instance
- Get user accounts/addresses
- Construct message with appropriate type URL
- Sign and broadcast transaction
- 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.
Was this page helpful?