# Hiero SDKs

There are several options for friendly, language-specific access to the Hiero API and its network services.

## Hiero Consensus Node SDKs

Hiero and the developer community contribute to and maintain Hiero Consensus Node SDKs across various languages.

{% hint style="info" %}
**Note:** The Hiero JavaScript SDK supports React Native with Expo on Android devices and Android emulators. It does not currently support React Native Bare.
{% endhint %}

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Hiero Java SDK</strong></td><td align="center">Maintainer: Hiero</td><td align="center">License: Apache 2.0</td><td align="center"><a href="https://github.com/hashgraph/hedera-sdk-java"><mark style="color:purple;"><strong>GITHUB</strong></mark></a></td><td></td><td><a href="https://github.com/hashgraph/hedera-sdk-java">https://github.com/hashgraph/hedera-sdk-java</a></td></tr><tr><td align="center"><strong>Hiero JavaScript SDK</strong></td><td align="center">Maintainer: Hiero</td><td align="center">License: Apache 2.0</td><td align="center"><a href="https://github.com/hashgraph/hedera-sdk-js"><mark style="color:purple;"><strong>GITHUB</strong></mark></a></td><td></td><td><a href="https://github.com/hashgraph/hedera-sdk-js">https://github.com/hashgraph/hedera-sdk-js</a></td></tr><tr><td align="center"><strong>Hiero Go SDK</strong></td><td align="center">Maintainer: Hiero</td><td align="center">License: Apache 2.0</td><td align="center"><a href="https://github.com/hashgraph/hedera-sdk-go"><mark style="color:purple;"><strong>GITHUB</strong></mark></a></td><td></td><td><a href="https://github.com/hashgraph/hedera-sdk-go">https://github.com/hashgraph/hedera-sdk-go</a></td></tr><tr><td align="center"><strong>Hiero Swift SDK</strong></td><td align="center">Maintainer: Hiero</td><td align="center">License: Apache 2.0</td><td align="center"><a href="https://github.com/hashgraph/hedera-sdk-swift"><mark style="color:purple;"><strong>GITHUB</strong></mark></a></td><td></td><td><a href="https://github.com/hashgraph/hedera-sdk-swift">https://github.com/hashgraph/hedera-sdk-swift</a></td></tr><tr><td align="center"><strong>Hiero Rust SDK</strong></td><td align="center">Maintainer: Hiero</td><td align="center">License: Apache 2.0</td><td align="center"><a href="https://github.com/hiero-ledger/hiero-sdk-rust"><mark style="color:purple;"><strong>GITHUB</strong></mark></a></td><td></td><td><a href="https://github.com/hiero-ledger/hiero-sdk-rust">https://github.com/hiero-ledger/hiero-sdk-rust</a></td></tr><tr><td align="center"><strong>Hiero C++ SDK</strong></td><td align="center">Maintainer: Hiero</td><td align="center">License: Apache 2.0</td><td align="center"><a href="https://github.com/hiero-ledger/hiero-sdk-cpp"><mark style="color:purple;"><strong>GITHUB</strong></mark></a></td><td></td><td><a href="https://github.com/hiero-ledger/hiero-sdk-cpp">https://github.com/hiero-ledger/hiero-sdk-cpp</a></td></tr><tr><td align="center"><strong>Hiero Python SDK</strong></td><td align="center">Maintainer: Community</td><td align="center">License: Apache 2.0</td><td align="center"><a href="https://github.com/hiero-ledger/hiero-sdk-python"><mark style="color:purple;"><strong>GITHUB</strong></mark></a></td><td></td><td><a href="https://github.com/hiero-ledger/hiero-sdk-python">https://github.com/hiero-ledger/hiero-sdk-python</a></td></tr><tr><td align="center"><strong>Hiero DID SDK Python</strong></td><td align="center">Maintainer: Hiero</td><td align="center">License: Apache 2.0</td><td align="center"><a href="https://github.com/hiero-ledger/hiero-did-sdk-python"><mark style="color:purple;"><strong>GITHUB</strong></mark></a></td><td></td><td><a href="https://github.com/hiero-ledger/hiero-did-sdk-python">https://github.com/hiero-ledger/hiero-did-sdk-python</a></td></tr></tbody></table>

Want to help contribute or have a project you'd like to see, here? Join the [community calls](https://www.lfdecentralizedtrust.org/meeting-calendar) to propose your project, or add a [pull request](https://github.com/hiero-ledger/hiero-docs)!


---

# Agent Instructions: 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.hiero.org/sdks.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.
