# 什么是莱卡

## 概述

![](/files/SJTfAcr9gollrZ2nTLbp)

莱卡是一种区块链开发工具，可帮助您发起对智能合约的请求，省去编写测试代码的麻烦。

莱卡旨在为开发人员提供易于使用的合约请求界面、自动生成的代码、文档工具和增强的团队协作工具。

简单来说，莱卡在Web3做的东西就像Web2的Postman。

你可以从这里开始体验！(<https://web.getlaika.app/>)

{% embed url="<https://web.getlaika.app/>" %}

## 视频

有几分钟吗？查看视频概述：

{% embed url="<https://youtu.be/JuU8UqMTuzU>" %}

## 特性 <a href="#id-4f7d" id="id-4f7d"></a>

* 发送请求与任何基于 EVM 的区块链（包括本地托管的链叉）和 Terra 区块链上的智能合约进行交互，即将支持更多链！
* 根据参数和预期返回为智能合约自动生成 ABI。
* 以*raw* 、*formatted*或*bytes*形式查看返回响应。
* 保存过去请求的历史记录。
* 使用 Chain Explorer 导入任何带有自动生成的 ABI 的合约。
* 创建集合以便在开发过程中更轻松地管理您的合同。
* 自定义环境变量。
* 使用内置的文档工具做笔记。
* 根据函数自动生成 JS 或 Python 代码。
* 使用场景节点图工具构建流式调用，只需单击几下即可帮助您测试一堆请求。

还有更多! 🔥

![](/files/1Jt29y0lPOGoz5uXDFgc)


---

# 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://docs.getlaika.app/docs/docs-cn/shen-me-shi-lai-ka.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.
