# 快速入门

欢迎来到莱卡快速入门！本指南旨在为新用户提供莱卡应用程序的基本介绍。

![](/files/WNaOjCvSh4PYSzqumayM)

> 许多用户私下地称我们为“**Web 3.0 的 Postman**” （如果您同意，请给我们留言或与您的朋友分享我们的产品！）对我们来说，这确实是一种赞美，我们喜欢这样称呼自己“Web 3.0 的请求生成器” 。

在撰写本文时，莱卡支持任何 EVM 兼容链。您可以使用莱卡向任何此类 EVM 链上的智能合约发出请求。

&#x20;在我们开始之前，您需要：

* Web3 钱包（您可以使用您选择的任何注入钱包）
* 一些用于将请求传递到区块链网络的原生token。

仅此而已！

现在，让我们前往Laika (<https://web.getlaika.app>)

![](/files/OoOWSeNazi1OHNP7bvD9)

首先，您需要通过单击右上角的红色按钮将您的钱包连接到该应用程序。

![连接后，您的地址将显示出来！](/files/cDluvpKXmFUOnya8fSLM)

连接钱包后，显示屏将显示您连接的钱包和当前链。

在本教程中，我们建议您选择**Ethereum Testnet Sepolia**。

> 我们在 Sepolia 上提供了一个示例合约，用于快速测试 Laika 的功能

现在看看左侧，您会看到“工作区”窗格，在这里您可以选择要请求的函数调用。

![工作区窗口显示合约ABI中可用的所有功能](/files/mhe9eDxUe9SQqXv7XgkA)

让我们以**getCount**为例。

![在左侧工作区窗格中选择“getCount”函数调用](/files/lLUjcezIRKXO6OgKE0yb)

Laika 将向您显示带有请求详细信息的请求窗格。您只需单击右上角的发送按钮即可发送请求。

Laika 会将选定的请求发送到链上，并触发钱包事件，您可以确认交易通过（当然，READ 请求除外）。

![从函数调用收到的响应。](/files/6RfAbpA3YPiUTouTGva6)

就是这样！在莱卡区块链实验室，我们正在尽最大努力使莱卡易于使用并促进您的区块链项目。


---

# 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/zhi-nan/kuai-su-ru-men.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.
