Overview

The Implementation Guides provide practical instructions for integrating IXO SDKs and tools into your applications. These guides cover key functionalities like:

  • Creating and managing entities
  • Handling transactions
  • Interacting with IXO APIs
  • Managing tokens and bonds
  • Working with claims and collections

Before You Begin

Make sure you have:

  1. Installed the required SDKs
  2. Set up the Signing Client if using the IXO Spatial Web Multiclient SDK
  3. Familiarized yourself with IXO Blocksync GraphQL for data queries

The Signing Client is required for signing and broadcasting transactions when using the IXO Spatial Web Multiclient SDK.

Available Queries

Entity Queries

Query entities and their associated identifiers through the Blocksync API.

query GetEntity($id: String!) {
  entity(id: $id) {
    id
    type
    status
  }
}

Data Queries

Access blockchain data including:

  • Claims and Collections
  • Tokens and Swaps
  • Bonds and Entities
  • Chain Information
  • Transaction History

Module Guides

Each implementation guide follows a consistent format:

  1. Action Steps - How to use IXO SDK functions with code examples
  2. Data Retrieval - GraphQL queries to fetch relevant data
  3. Optional Updates - Additional modifications and operations
  4. Reference - Complete list of available module functions

Entity Module

Create and manage entities on the blockchain

Claims Module

Handle claims and collections

Tokens Module

Manage tokens and perform swaps

Bonds Module

Work with blockchain bonds

Need Help?

Join our Slack community where you can connect with our team and here you can also chat with the IXO Guru AI assistant that has access to our entire knowledge-base.