# IDE và công cụ

#### [Remix Online IDE](https://github.com/klaytn/klaytn-docs-vn/blob/main/docs/toolkit/klaytn-ide.md) <a href="#remix-ide" id="remix-ide"></a>

* Remix Online IDE là một bộ công cụ đắc lực để phát triển, triển khai, gỡ lỗi và kiểm thử các hợp đồng thông minh tương thích với EVM. Bạn có thể viết, biên dịch, triển khai và thực thi các hợp đồng thông minh trên Klaytn từ Remix IDE bằng cách sử dụng Plugin Klaytn.

#### [Klaytn Contracts Wizard](https://wizard.klaytn.foundation/) <a href="#klaytn-contract-wizard" id="klaytn-contract-wizard"></a>

* Klaytn Contracts Wizard is an interactive generator to bootstrap your smart contract and learn about Klaytn Contracts. This is based on OpenZeppelin Wizard.

#### [Truffle](/content/smart-contract/ide-and-tools/truffle.md) <a href="#truffle" id="truffle"></a>

* Truffle là công cụ cho phép biên dịch và triển khai các hợp đồng thông minh Klaytn viết bằng ngồn ngữ Solidity. Hiện tại, Klaytn hỗ trợ Truffle lên đến phiên bản Truffle v5.0.26.

#### [Kaikas](/content/dapp/developer-tools/getting-started/kaikas.md) <a href="#kaikas" id="kaikas"></a>

* Kaikas là ví tiện ích của trình duyệt cho Mạng lưới Klaytn. Kaikas cho phép bạn lưu trữ, tương tác với KLAY và các token trên nền tảng Klaytn của bạn. Kaikas cũng cho phép bạn ký giao dịch từ các dApp Klaytn hoạt động trên web ngay lập tức.

#### [Ví Klaytn](/content/dapp/developer-tools/getting-started/klaytn-wallet.md) <a href="#klaytn-wallet" id="klaytn-wallet"></a>

* Ví Klaytn là công cụ quản lý tài khoản chạy trên trình duyệt dành cho nhà phát triển ứng dụng phi tập trung (dApp). Bạn có thể tạo/tải về tài khoản, xem số dư tài khoản và chuyển KLAY. Bạn cũng có thể đăng ký token Klaytn của chính mình để kiểm thử các hành vi cơ bản.

#### [Klaytnscope](/content/dapp/developer-tools/getting-started-2/klaytnscope.md) <a href="#klaytnscope" id="klaytnscope"></a>

* Klaytnscope là trình khám phá khối cho mạng lưới Klaytn. Bạn có thể duyệt và kiểm tra giao dịch của mình trên trình duyệt.


---

# 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-vn.docs.klaytn.foundation/content/smart-contract/ide-and-tools.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.
