> For the complete documentation index, see [llms.txt](https://archive-vn.docs.klaytn.foundation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://archive-vn.docs.klaytn.foundation/content/dapp/sdk/caver-java.md).

# caver-java

![](/files/E5u7eSivT8GbUkzFc5B8)

`caver-java` là một thư viện Java và Android nhỏ nhẹ, linh hoạt và tiện lợi, dụng để tương tác với các máy khách (nút) trên mạng lưới Klaytn: Thư viện này là một giao diện cho phép các ứng dụng Java dễ dàng giao tiếp với mạng [Klaytn](https://www.klaytn.com).

## Tính năng <a href="#features" id="features"></a>

* Hoàn tất việc triển khai API máy khách JSON-RPC của Klaytn qua HTTP và IPC
* Hỗ trợ giao dịch, tài khoản và các loại khóa tài khoản của Klaytn
* Tự động tạo lớp vỏ bọc bằng Java cho hợp đồng thông minh để triển khai và thực thi hợp đồng thông minh từ mã Java gốc
* Tạo ví mới và quản lý các ví Klaytn
* Các công cụ dòng lệnh
* Tương thích Android

## Liên kết <a href="#links" id="links"></a>

* caver-java [Kho GitHub](https://github.com/klaytn/caver-java)
* caver-java [Javadoc](https://javadoc.io/doc/com.klaytn.caver/core)
* caver-java trên [Trung tâm Maven](https://search.maven.org/artifact/com.klaytn.caver/core)


---

# 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://archive-vn.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.
