# Developer Kits

### Introduction

The Developer Kit consists of two SDKs: the **Aptos SDK** and the **EDU Chain SDK**. These SDKs are designed to facilitate the creation, operation, and querying of flows on their respective blockchains, enabling the development of decentralized applications tailored to high-performance and education-focused use cases.

### Aptos SDK

The **Aptos SDK** provides developers with the tools to create, operate, and query flows on the Aptos blockchain. It supports the development of high-performance decentralized applications (DApps) and smart contracts, leveraging Aptos' scalability and security features to ensure efficient transaction processing and flow management.

{% content-ref url="/pages/DXNDTLs7cTaGHdq4KXxY" %}
[Aptos SDK](/moveflow-token-distribution-protocol/developer/developer-kits/aptos-sdk.md)
{% endcontent-ref %}

### EDU Chain SDK

The **EDU Chain SDK** is specifically developed for the education sector. It allows developers to create, operate, and query flows for managing educational assets, issuing certificates, and handling academic records on the EduChain blockchain, streamlining educational processes and enhancing transparency.

{% content-ref url="/pages/7IDkgC3QiUQA0UUnKM1z" %}
[EDU Chain SDK](/moveflow-token-distribution-protocol/developer/developer-kits/edu-chain-sdk.md)
{% endcontent-ref %}


---

# 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://moveflow3.gitbook.io/moveflow-token-distribution-protocol/developer/developer-kits.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.
