# caver-java

![](/files/Li79HPb97Ejw8m7Z624o)

`caver-java` is a lightweight, high modular, convenient Java and Android library to interact with clients (nodes) on the Klaytn network: This library is an interface which allows Java applications to easily communicate with [Klaytn](https://www.klaytn.com) network.

## Features <a href="#features" id="features"></a>

* Complete implementation of Klaytn’s JSON-RPC client API over HTTP and IPC
* Support of Klaytn transaction, account, and account key types
* Auto-generation of Java smart contract wrapper to deploy and execute a smart contract from native Java code
* Creation of a new wallet and managing Klaytn wallets
* Command line tools
* Android compatible

## Links <a href="#links" id="links"></a>

* caver-java [GitHub repository](https://github.com/klaytn/caver-java)
* caver-java [Javadoc](https://javadoc.io/doc/com.klaytn.caver/core)
* caver-java on [Maven central](https://search.maven.org/artifact/com.klaytn.caver/core)


---

# 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://archive-docs.klaytn.foundation/content/dapp/sdk/caver-java.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.
