> For the complete documentation index, see [llms.txt](https://flickrz.gitbook.io/whitepaper-flickrz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flickrz.gitbook.io/whitepaper-flickrz/flickrz-exchange-integration/sdks.md).

# SDKs

There are multiple advanced SDK solutions available for Flickrz Network.

Majority of SDKs provide simplified functions to:

* Create wallets and manage keys Flickrz Network/DEX, including Transfer, New Order, Cancel Order, etc.
* Communicate with Flickrz Network/DEX via Node RPC calls through public node RPC services or your own private full nodes

List of currently available SDKs and their respective documentations:

* [Go](https://github.com/bnb-chain/go-sdk) - [Java](https://github.com/bnb-chain/java-sdk) -&#x20;
* [JavaScript](https://github.com/bnb-chain/javascript-sdk) -&#x20;
* [C++](https://github.com/bnb-chain/cplusplus-sdk) -&#x20;
* [C#](https://github.com/bnb-chain/csharp-sdk) -&#x20;
* [Python](https://github.com/bnb-chain/python-sdk) -&#x20;
* [Swift](https://github.com/bnb-chain/swift-sdk) -&#x20;


---

# 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://flickrz.gitbook.io/whitepaper-flickrz/flickrz-exchange-integration/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.
