> For the complete documentation index, see [llms.txt](https://docs.aeternity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeternity.com/aeternity-developer-tools/development-infrastructure/sdks-and-apis/java-sdk.md).

# Java SDK

[![](https://github.com/kryptokrauts/aepp-sdk-java/workflows/Snapshot/badge.svg)](https://github.com/kryptokrauts/aepp-sdk-java/actions?query=workflow%3ASnapshot)

The **aepp-sdk-java** is a community developed Java SDK to interact with the æternity blockchain.

### Latest Release

[![Maven Central](https://camo.githubusercontent.com/5c106fb0e59c5e81dfa9d95e98f1585f4ed81bdf5fc5b57d2f7f7d067c888116/68747470733a2f2f6d6176656e2d6261646765732e6865726f6b756170702e636f6d2f6d6176656e2d63656e7472616c2f636f6d2e6b727970746f6b72617574732f616570702d73646b2d6a6176612f62616467652e737667)](https://maven-badges.herokuapp.com/maven-central/com.kryptokrauts/aepp-sdk-java)

* [changelog](https://github.com/kryptokrauts/aepp-sdk-java/blob/3.x/docs/changelog.md)

### Documentation

The documentation placed in the `/docs` folder is generated via MkDocs and served via gh-pages:

* <https://kryptokrauts.github.io/aepp-sdk-java>

### License

Licensed under the [ISC License](https://github.com/kryptokrauts/aepp-sdk-java/blob/3.x/LICENSE)

### Support us

If you like this project we would appreciate your support. You can find multiple ways to support us here:

* <https://kryptokrauts.com/support>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.aeternity.com/aeternity-developer-tools/development-infrastructure/sdks-and-apis/java-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
