> For the complete documentation index, see [llms.txt](https://docs.ont.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ont.io/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md).

# SDK integration

Wallet apps that integrate Ontology's `SDK` can use `Explorer API` to carry out digital asset related operations and transactions, and account management functions.

![](/files/-LvskNklyn99tEifa9RG)

## SDK usage

Ontology's `SDK` acts as the bridge of communication between application programs and the Ontology network.

To cater to different needs of developers, Ontology provides `SDKs` for multiple languages that are all based on a standard development specification.

After successfully integrating the `SDK`, a wallet can perform the following functions:

* Communicate and interact with Ontology **blockchain**
* Create and maintain **accounts**.
* Generate and manipulate **assets**, including primary, and `OEP-4`, `OEP-5`, `OEP-8` based assets.
* Realize a **digital identity**.
* **Node** staking.

Please follow the links specified below to navigate to language specific SDK usage instructions and reference:

|                                                                                                         |                                            Ontology SDK family                                           |                                                                                                     |
| :-----------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------: |
|     [Go SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)     |     [Java SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)    | [Python SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md) |
| [TypeScript SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md) |     [PHP SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)     |  [Swift SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md) |
|   [Android SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)  | [Objective-C SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md) |   [C# SDK](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)   |

## Explorer API

`Explorer API` has been made available for developers, institutions, and cryptocurrency exchange platforms to enable them to query transaction and account related information from the Ontology blockchain.

Currently, the following can be queried to fetch information from the chain:

* [Blocks](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)
* [Accounts](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)
* [Transactions](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)
* [ONT ID](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)
* [Statistics](/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ont.io/guides-and-tutorials/integration-guides/mobile-wallet-integration/sdk-integration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
